br.com.objectos.way.code.apt
Class ElementWrapper

java.lang.Object
  extended by br.com.objectos.way.code.apt.ElementWrapper

public class ElementWrapper
extends Object

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 boolean isConstructor()
           
 boolean isMethod()
           
 boolean isType()
           
 ExecutableElementWrapper toExecutableElementWrapper()
           
 TypeElementWrapper toTypeElementWrapper()
           
static ElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapperOf

public static ElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                       Element element)

isConstructor

public boolean isConstructor()

isMethod

public boolean isMethod()

isType

public boolean isType()

toExecutableElementWrapper

public ExecutableElementWrapper toExecutableElementWrapper()

toTypeElementWrapper

public TypeElementWrapper toTypeElementWrapper()


Copyright © 2014. All rights reserved.