Class ProcessingEnvironmentWrapper.CustomExecutableType
java.lang.Object
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomExecutableType
- All Implemented Interfaces:
ProcessingEnvironmentWrapper.RTypeMirror,AnnotatedConstruct,ExecutableType,TypeMirror
- Enclosing class:
- ProcessingEnvironmentWrapper
public class ProcessingEnvironmentWrapper.CustomExecutableType
extends ProcessingEnvironmentWrapper.CustomTypeMirror
implements ProcessingEnvironmentWrapper.RTypeMirror, ExecutableType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TypeMirror>protected TypeMirrorprotected TypeMirrorprotected List<TypeMirror>protected List<TypeVariable>Fields inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
annotationMirrors, kind, stringValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) List<? extends TypeMirror>List<? extends TypeMirror>List<? extends TypeVariable>Methods inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, hashCode, toString
-
Field Details
-
typeVariables
-
returnType
-
parameterTypes
-
receiverType
-
thrownTypes
-
-
Constructor Details
-
CustomExecutableType
public CustomExecutableType()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classProcessingEnvironmentWrapper.CustomTypeMirror
-
getTypeVariables
- Specified by:
getTypeVariablesin interfaceExecutableType
-
getReturnType
- Specified by:
getReturnTypein interfaceExecutableType
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceExecutableType
-
getReceiverType
- Specified by:
getReceiverTypein interfaceExecutableType
-
getThrownTypes
- Specified by:
getThrownTypesin interfaceExecutableType
-