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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.metajava.MetaType
getRawType
-
Constructor Details
-
AbstractMetaType
AbstractMetaType()
-
-
Method Details
-
format
Description copied from interface:FormattableReturns a pretty-printable representation of this object.- Specified by:
formatin interfaceFormattable- Returns:
- a format that represents this object in a pretty-printable way
-
refer
-