Class WildcardTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.WildcardTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,TypeMirror,WildcardType
Implementation of the WildcardType
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env -
Method Summary
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.type.TypeMirror
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, hashCode, toString
-
Method Details
-
getExtendsBound
- Specified by:
getExtendsBoundin interfaceWildcardType
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classTypeMirrorImpl
-
getSuperBound
- Specified by:
getSuperBoundin interfaceWildcardType
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classTypeMirrorImpl
-