public static class CodeTypeMirror.DeclaredCodeTypeMirror extends CodeTypeMirror implements DeclaredType
CodeTypeMirror.ArrayCodeTypeMirror, CodeTypeMirror.DeclaredCodeTypeMirror, CodeTypeMirror.WildcardTypeMirror| Constructor and Description |
|---|
DeclaredCodeTypeMirror(TypeElement clazz) |
DeclaredCodeTypeMirror(TypeElement clazz,
List<TypeMirror> typeArguments) |
| Modifier and Type | Method and Description |
|---|---|
Element |
asElement() |
TypeMirror |
getEnclosingType() |
List<TypeMirror> |
getTypeArguments() |
String |
toString() |
accept, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKindclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, equals, getKind, hashCodegetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic DeclaredCodeTypeMirror(TypeElement clazz)
public DeclaredCodeTypeMirror(TypeElement clazz, List<TypeMirror> typeArguments)
public Element asElement()
asElement in interface DeclaredTypepublic TypeMirror getEnclosingType()
getEnclosingType in interface DeclaredTypepublic List<TypeMirror> getTypeArguments()
getTypeArguments in interface DeclaredTypepublic String toString()
toString in interface TypeMirrortoString in class Object