public class UnresolvedType extends Object implements MetaType
| Modifier and Type | Field and Description |
|---|---|
protected List<MetaType> |
actualTypeArguments |
protected String |
id |
protected UnresolvedType |
qualifier |
getRawType, referformat| Constructor and Description |
|---|
UnresolvedType(UnresolvedType qualifier,
String id,
MetaType... actualTypeArguments) |
| Modifier and Type | Method and Description |
|---|---|
Format |
format() |
List<? extends MetaType> |
getActualTypeArguments() |
MetaType |
getOwnerType() |
String |
getQualifiedName() |
UnresolvedType |
getQualifier() |
MetaClass |
getRawType() |
String |
getSimpleName() |
Format |
refer() |
protected final UnresolvedType qualifier
protected final String id
public UnresolvedType(UnresolvedType qualifier, String id, MetaType... actualTypeArguments)
public final UnresolvedType getQualifier()
public final String getSimpleName()
public final String getQualifiedName()
public final MetaClass getRawType()
getRawType in interface MetaTypepublic final MetaType getOwnerType()
public Format format()
format in interface Formattablesee also the complete user documentation .