public class GenUnresolvedType extends GenDeclaredType implements ErrorType
kind| Constructor and Description |
|---|
GenUnresolvedType(String qualifiedName,
boolean innerClass) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
GenDeclaredType |
erasure() |
String |
getEnclosingQualifiedName() |
boolean |
isInnerClass() |
String |
qualifiedName() |
String |
simpleName() |
addTypeArgument, asElement, getEnclosingType, getKind, getTypeArguments, removeTypeArgument, setEnclosingType, setTypeArguments, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasElement, getEnclosingType, getTypeArgumentsequals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic GenUnresolvedType(String qualifiedName, boolean innerClass)
public String qualifiedName()
qualifiedName in class GenDeclaredTypepublic String simpleName()
simpleName in class GenDeclaredTypepublic String getEnclosingQualifiedName()
public GenDeclaredType erasure()
erasure in class GenDeclaredTypepublic boolean isInnerClass()
public <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class GenDeclaredTypeCopyright © 2018. All rights reserved.