public class DeclaredTypeImpl extends TypeMirrorImpl implements DeclaredType
TypeElement, which is an element that potentially defines a family
of DeclaredTypes._binding, _env| 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() |
String |
toString() |
equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodepublic Element asElement()
asElement in interface DeclaredTypepublic TypeMirror getEnclosingType()
getEnclosingType in interface DeclaredTypepublic List<? extends TypeMirror> getTypeArguments()
getTypeArguments in interface DeclaredTypepublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class TypeMirrorImplpublic TypeKind getKind()
getKind in interface TypeMirrorgetKind in class TypeMirrorImplpublic String toString()
toString in interface TypeMirrortoString in class TypeMirrorImplCopyright © 2013. All rights reserved.