Class ErrorTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,DeclaredType,ErrorType,ReferenceType,TypeMirror
Implementation of the
ErrorType interface.-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(TypeVisitor<R, P> v, P p) <A extends Annotation>
AgetAnnotation(Class<A> annotationType) List<? extends AnnotationMirror> <A extends Annotation>
A[]getAnnotationsByType(Class<A> annotationType) getKind()List<? extends TypeMirror> toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, getAnnotationBindings, getPackedAnnotationBindings, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, hashCode
-
Method Details
-
asElement
- Specified by:
asElementin interfaceDeclaredType- Overrides:
asElementin classDeclaredTypeImpl
-
getEnclosingType
- Specified by:
getEnclosingTypein interfaceDeclaredType- Overrides:
getEnclosingTypein classDeclaredTypeImpl
-
getTypeArguments
- Specified by:
getTypeArgumentsin interfaceDeclaredType- Overrides:
getTypeArgumentsin classDeclaredTypeImpl
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classDeclaredTypeImpl
-
getAnnotationMirrors
- Specified by:
getAnnotationMirrorsin interfaceAnnotatedConstruct- Specified by:
getAnnotationMirrorsin interfaceTypeMirror- Overrides:
getAnnotationMirrorsin classTypeMirrorImpl
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedConstruct- Specified by:
getAnnotationin interfaceTypeMirror- Overrides:
getAnnotationin classTypeMirrorImpl
-
getAnnotationsByType
- Specified by:
getAnnotationsByTypein interfaceAnnotatedConstruct- Specified by:
getAnnotationsByTypein interfaceTypeMirror- Overrides:
getAnnotationsByTypein classTypeMirrorImpl
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classDeclaredTypeImpl
-
toString
- Specified by:
toStringin interfaceTypeMirror- Overrides:
toStringin classDeclaredTypeImpl
-