Class ProcessingEnvironmentWrapper.CustomExecutableElement
java.lang.Object
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomElement
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomExecutableElement
- All Implemented Interfaces:
ProcessingEnvironmentWrapper.RElement,AnnotatedConstruct,Element,ExecutableElement,Parameterizable
- Enclosing class:
- ProcessingEnvironmentWrapper
public class ProcessingEnvironmentWrapper.CustomExecutableElement
extends ProcessingEnvironmentWrapper.CustomElement
implements ProcessingEnvironmentWrapper.RElement, ExecutableElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected AnnotationValueprotected List<VariableElement>protected TypeMirrorprotected TypeMirrorprotected List<TypeMirror>protected List<TypeParameterElement>protected booleanFields inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomElement
annotationMirrors, enclosedElements, enclosingElement, kind, modifiers, simpleName, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends VariableElement>List<? extends TypeMirror>List<? extends TypeParameterElement>booleanbooleantoString()Methods inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomElement
accept, asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.element.Element
accept, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, hashCodeMethods inherited from interface javax.lang.model.element.ExecutableElement
asType, getSimpleName
-
Field Details
-
typeParameters
-
returnType
-
parameters
-
receiverType
-
varargs
protected boolean varargs -
_default
protected boolean _default -
thrownTypes
-
defaultValue
-
-
Constructor Details
-
CustomExecutableElement
public CustomExecutableElement()
-
-
Method Details
-
toString
- Overrides:
toStringin classProcessingEnvironmentWrapper.CustomElement
-
getTypeParameters
- Specified by:
getTypeParametersin interfaceExecutableElement- Specified by:
getTypeParametersin interfaceParameterizable
-
getReturnType
- Specified by:
getReturnTypein interfaceExecutableElement
-
getParameters
- Specified by:
getParametersin interfaceExecutableElement
-
getReceiverType
- Specified by:
getReceiverTypein interfaceExecutableElement
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgsin interfaceExecutableElement
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceExecutableElement
-
getThrownTypes
- Specified by:
getThrownTypesin interfaceExecutableElement
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceExecutableElement
-