Class NoTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,NoType,NullType,ReferenceType,TypeMirror
An implementation of NoType, which is used to represent certain pseudo-types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Bindingstatic final NoTypestatic final NoTypestatic final NoTypestatic final NullTypeFields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env -
Constructor Summary
Constructors -
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()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
-
Field Details
-
NO_TYPE_NONE
-
NO_TYPE_VOID
-
NO_TYPE_PACKAGE
-
NULL_TYPE
-
NO_TYPE_BINDING
-
-
Constructor Details
-
NoTypeImpl
-
NoTypeImpl
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classTypeMirrorImpl
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classTypeMirrorImpl
-
toString
- Specified by:
toStringin interfaceTypeMirror- Overrides:
toStringin classTypeMirrorImpl
-
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
-