public class ProcessingEnvironmentWrapper.CustomDeclaredType extends ProcessingEnvironmentWrapper.CustomTypeMirror implements ProcessingEnvironmentWrapper.RDeclaredType
| Modifier and Type | Field and Description |
|---|---|
protected TypeMirror |
enclosingType |
protected List<TypeMirror> |
interfaces |
protected TypeMirror |
superclass |
protected List<TypeMirror> |
typeArguments |
annotationMirrors, kind, stringValue| Constructor and Description |
|---|
CustomDeclaredType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeArgument(TypeMirror mirror) |
Element |
asElement() |
TypeMirror |
getEnclosingType() |
List<? extends TypeMirror> |
getInterfaces() |
TypeMirror |
getSuperclass() |
List<? extends TypeMirror> |
getTypeArguments() |
accept, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, equals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeprotected TypeMirror enclosingType
protected List<TypeMirror> typeArguments
protected TypeMirror superclass
protected List<TypeMirror> interfaces
public Element asElement()
asElement in interface DeclaredTypepublic TypeMirror getEnclosingType()
getEnclosingType in interface DeclaredTypepublic List<? extends TypeMirror> getTypeArguments()
getTypeArguments in interface DeclaredTypepublic TypeMirror getSuperclass()
public List<? extends TypeMirror> getInterfaces()
public void addTypeArgument(TypeMirror mirror)
Copyright © 2022. All Rights Reserved.