public final class MissingTypeElement.ErrorType extends Object implements ErrorType
| Constructor and Description |
|---|
ErrorType() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
Element |
asElement() |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
TypeMirror |
getEnclosingType() |
TypeKind |
getKind() |
List<? extends TypeMirror> |
getTypeArguments() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic Element asElement()
asElement in interface DeclaredTypepublic TypeMirror getEnclosingType()
getEnclosingType in interface DeclaredTypepublic List<? extends TypeMirror> getTypeArguments()
getTypeArguments in interface DeclaredTypepublic TypeKind getKind()
getKind in interface TypeMirrorpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface AnnotatedConstructpublic List<? extends AnnotationMirror> getAnnotationMirrors()
getAnnotationMirrors in interface AnnotatedConstructpublic <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
getAnnotationsByType in interface AnnotatedConstructCopyright © 2014-2018 Lukas Krejci. All Rights Reserved.