public class UnresolvedType extends Object implements MetaType
Modifier and Type | Field and Description |
---|---|
protected List<MetaType> |
actualTypeArguments |
protected String |
id |
protected UnresolvedType |
qualifier |
getRawType, refer
format
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 MetaType
public final MetaType getOwnerType()
public Format format()
format
in interface Formattable
see also the complete user documentation .