Package eu.bandm.tools.metajava
Class UnresolvedType
java.lang.Object
eu.bandm.tools.metajava.UnresolvedType
- All Implemented Interfaces:
Formattable
,MetaType
-
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer
-
Constructor Summary
ConstructorDescriptionUnresolvedType
(UnresolvedType qualifier, String id, MetaType... actualTypeArguments) -
Method Summary
-
Field Details
-
qualifier
-
id
-
actualTypeArguments
-
-
Constructor Details
-
UnresolvedType
-
-
Method Details
-
getQualifier
-
getSimpleName
-
getQualifiedName
-
getActualTypeArguments
-
getRawType
- Specified by:
getRawType
in interfaceMetaType
-
getOwnerType
-
refer
-
format
Description copied from interface:Formattable
Returns a pretty-printable representation of this object.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-