Package eu.bandm.tools.metajava
Class AbstractMetaType
java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
- All Implemented Interfaces:
Formattable
,MetaType
- Direct Known Subclasses:
AbstractMetaClass
,EnvironmentType
,GeneratedParameterizedType
,GeneratedTypeVariable
,GeneratedWildcardType
-
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.metajava.MetaType
getRawType
-
Constructor Details
-
AbstractMetaType
AbstractMetaType()
-
-
Method Details
-
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
-
refer
-