Class DeclaredTypeImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
- All Implemented Interfaces:
AnnotatedConstruct,DeclaredType,ReferenceType,TypeMirror
- Direct Known Subclasses:
ErrorTypeImpl
Implementation of DeclaredType, which refers to a particular usage or instance of a type.
Contrast with
TypeElement, which is an element that potentially defines a family
of DeclaredTypes.-
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) getKind()List<? extends TypeMirror> toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, 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, getAnnotation, getAnnotationMirrors, getAnnotationsByType, hashCode
-
Method Details
-
asElement
- Specified by:
asElementin interfaceDeclaredType
-
getEnclosingType
- Specified by:
getEnclosingTypein interfaceDeclaredType
-
getTypeArguments
- Specified by:
getTypeArgumentsin interfaceDeclaredType
-
accept
- Specified by:
acceptin interfaceTypeMirror- Overrides:
acceptin classTypeMirrorImpl
-
getKind
- Specified by:
getKindin interfaceTypeMirror- Overrides:
getKindin classTypeMirrorImpl
-
toString
- Specified by:
toStringin interfaceTypeMirror- Overrides:
toStringin classTypeMirrorImpl
-