public class ErrorTypeElement extends TypeElementImpl
_binding, _env| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
asType() |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
List<? extends Element> |
getEnclosedElements() |
Element |
getEnclosingElement() |
List<? extends TypeMirror> |
getInterfaces() |
ElementKind |
getKind() |
Set<Modifier> |
getModifiers() |
NestingKind |
getNestingKind() |
Name |
getQualifiedName() |
Name |
getSimpleName() |
TypeMirror |
getSuperclass() |
List<? extends TypeParameterElement> |
getTypeParameters() |
accept, getAnnotationBindings, getFileName, hides, toStringequals, hashCodepublic List<? extends TypeMirror> getInterfaces()
getInterfaces in interface TypeElementgetInterfaces in class TypeElementImplpublic NestingKind getNestingKind()
getNestingKind in interface TypeElementgetNestingKind in class TypeElementImplpublic Name getQualifiedName()
getQualifiedName in interface QualifiedNameablegetQualifiedName in interface TypeElementgetQualifiedName in class TypeElementImplpublic TypeMirror getSuperclass()
getSuperclass in interface TypeElementgetSuperclass in class TypeElementImplpublic List<? extends TypeParameterElement> getTypeParameters()
getTypeParameters in interface ParameterizablegetTypeParameters in interface TypeElementgetTypeParameters in class TypeElementImplpublic TypeMirror asType()
asType in interface ElementasType in class ElementImplpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface ElementgetAnnotation in class ElementImplpublic List<? extends AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface ElementgetAnnotationMirrors in class ElementImplpublic List<? extends Element> getEnclosedElements()
getEnclosedElements in interface ElementgetEnclosedElements in interface TypeElementgetEnclosedElements in class TypeElementImplpublic Element getEnclosingElement()
getEnclosingElement in interface ElementgetEnclosingElement in interface TypeElementgetEnclosingElement in class TypeElementImplpublic ElementKind getKind()
getKind in interface ElementgetKind in class TypeElementImplpublic Set<Modifier> getModifiers()
getModifiers in interface ElementgetModifiers in class TypeElementImplpublic Name getSimpleName()
getSimpleName in interface ElementgetSimpleName in interface TypeElementgetSimpleName in class TypeElementImplCopyright © 2013. All rights reserved.