public class ErrorTypeImpl extends DeclaredTypeImpl implements javax.lang.model.type.ErrorType
ErrorType interface._binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
javax.lang.model.element.Element |
asElement() |
<A extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<A> annotationType) |
java.util.List<? extends javax.lang.model.element.AnnotationMirror> |
getAnnotationMirrors() |
<A extends java.lang.annotation.Annotation> |
getAnnotationsByType(java.lang.Class<A> annotationType) |
javax.lang.model.type.TypeMirror |
getEnclosingType() |
javax.lang.model.type.TypeKind |
getKind() |
java.util.List<? extends javax.lang.model.type.TypeMirror> |
getTypeArguments() |
java.lang.String |
toString() |
equals, getAnnotationBindings, getPackedAnnotationBindings, hashCodepublic javax.lang.model.element.Element asElement()
asElement in interface javax.lang.model.type.DeclaredTypeasElement in class DeclaredTypeImplpublic javax.lang.model.type.TypeMirror getEnclosingType()
getEnclosingType in interface javax.lang.model.type.DeclaredTypegetEnclosingType in class DeclaredTypeImplpublic java.util.List<? extends javax.lang.model.type.TypeMirror> getTypeArguments()
getTypeArguments in interface javax.lang.model.type.DeclaredTypegetTypeArguments in class DeclaredTypeImplpublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class DeclaredTypeImplpublic java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface javax.lang.model.AnnotatedConstructgetAnnotationMirrors in class TypeMirrorImplpublic <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation in interface javax.lang.model.AnnotatedConstructgetAnnotation in class TypeMirrorImplpublic <A extends java.lang.annotation.Annotation> A[] getAnnotationsByType(java.lang.Class<A> annotationType)
getAnnotationsByType in interface javax.lang.model.AnnotatedConstructgetAnnotationsByType in class TypeMirrorImplpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class DeclaredTypeImplpublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class DeclaredTypeImpl