Class ErrorTypeElement
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeElement
- All Implemented Interfaces:
AnnotatedConstruct,Element,Parameterizable,QualifiedNameable,TypeElement,IElementInfo
Element corresponding to the Error type mirror
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
_binding, _env -
Method Summary
Modifier and TypeMethodDescriptionasType()<A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) List<? extends TypeMirror> getKind()List<? extends TypeParameterElement> Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeElementImpl
accept, getAnnotationBindings, getFileName, getPermittedSubclasses, getRecordComponents, hides, toStringMethods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
equals, getPackedAnnotationBindings, hashCode
-
Method Details
-
getInterfaces
- Specified by:
getInterfacesin interfaceTypeElement- Overrides:
getInterfacesin classTypeElementImpl
-
getNestingKind
- Specified by:
getNestingKindin interfaceTypeElement- Overrides:
getNestingKindin classTypeElementImpl
-
getQualifiedName
- Specified by:
getQualifiedNamein interfaceQualifiedNameable- Specified by:
getQualifiedNamein interfaceTypeElement- Overrides:
getQualifiedNamein classTypeElementImpl
-
getSuperclass
- Specified by:
getSuperclassin interfaceTypeElement- Overrides:
getSuperclassin classTypeElementImpl
-
getTypeParameters
- Specified by:
getTypeParametersin interfaceParameterizable- Specified by:
getTypeParametersin interfaceTypeElement- Overrides:
getTypeParametersin classTypeElementImpl
-
asType
- Specified by:
asTypein interfaceElement- Specified by:
asTypein interfaceTypeElement- Overrides:
asTypein classElementImpl
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceElement- Overrides:
getAnnotationin classElementImpl
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceElement- Overrides:
getAnnotationMirrorsin classElementImpl
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceElement- Overrides:
getAnnotationsByTypein classElementImpl
-
getEnclosedElements
- Specified by:
getEnclosedElementsin interfaceElement- Specified by:
getEnclosedElementsin interfaceTypeElement- Overrides:
getEnclosedElementsin classTypeElementImpl
-
getEnclosingElement
- Specified by:
getEnclosingElementin interfaceElement- Specified by:
getEnclosingElementin interfaceTypeElement- Overrides:
getEnclosingElementin classTypeElementImpl
-
getKind
- Specified by:
getKindin interfaceElement- Overrides:
getKindin classTypeElementImpl
-
getModifiers
- Specified by:
getModifiersin interfaceElement- Overrides:
getModifiersin classTypeElementImpl
-
getSimpleName
- Specified by:
getSimpleNamein interfaceElement- Specified by:
getSimpleNamein interfaceTypeElement- Overrides:
getSimpleNamein classTypeElementImpl
-