Class ProcessingEnvironmentWrapper.CustomDeclaredType
java.lang.Object
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomDeclaredType
- All Implemented Interfaces:
ProcessingEnvironmentWrapper.RDeclaredType,ProcessingEnvironmentWrapper.RTypeMirror,AnnotatedConstruct,DeclaredType,ReferenceType,TypeMirror
- Enclosing class:
- ProcessingEnvironmentWrapper
public class ProcessingEnvironmentWrapper.CustomDeclaredType
extends ProcessingEnvironmentWrapper.CustomTypeMirror
implements ProcessingEnvironmentWrapper.RDeclaredType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TypeMirrorprotected List<TypeMirror>protected TypeMirrorprotected List<TypeMirror>Fields inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
annotationMirrors, kind, stringValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypeArgument(TypeMirror mirror) List<? extends TypeMirror>List<? extends TypeMirror>Methods inherited from class com.codename1.rad.annotations.processors.ProcessingEnvironmentWrapper.CustomTypeMirror
accept, 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
accept, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, hashCode, toString
-
Field Details
-
enclosingType
-
typeArguments
-
superclass
-
interfaces
-
-
Constructor Details
-
CustomDeclaredType
public CustomDeclaredType()
-
-
Method Details
-
asElement
- Specified by:
asElementin interfaceDeclaredType
-
getEnclosingType
- Specified by:
getEnclosingTypein interfaceDeclaredType
-
getTypeArguments
- Specified by:
getTypeArgumentsin interfaceDeclaredType
-
getSuperclass
-
getInterfaces
-
addTypeArgument
-