public final class MissingTypeElement.ErrorType extends Object implements ErrorType
| Constructor and Description |
|---|
MissingTypeElement.ErrorType() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
Element |
asElement() |
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 TypeMirrorCopyright © 2014. All rights reserved.