public class GenericTypeElementImpl.GenericTypeMirrorImpl extends Object implements DeclaredType
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
GenericTypeElementImpl |
asElement() |
boolean |
equals(Object obj) |
TypeMirror |
getEnclosingType() |
TypeKind |
getKind() |
com.google.common.collect.ImmutableList<TypeMirror> |
getTypeArguments() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic TypeKind getKind()
getKind in interface TypeMirrorpublic int hashCode()
hashCode in interface TypeMirrorhashCode in class Objectpublic boolean equals(Object obj)
equals in interface TypeMirrorequals in class Objectpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic GenericTypeElementImpl asElement()
asElement in interface DeclaredTypepublic TypeMirror getEnclosingType()
getEnclosingType in interface DeclaredTypepublic com.google.common.collect.ImmutableList<TypeMirror> getTypeArguments()
getTypeArguments in interface DeclaredTypeCopyright © 2015 inferred.org. All rights reserved.