Class AbstractMetaType

java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
All Implemented Interfaces:
Formattable, MetaType
Direct Known Subclasses:
AbstractMetaClass, EnvironmentType, GeneratedParameterizedType, GeneratedTypeVariable, GeneratedWildcardType

abstract class AbstractMetaType extends Object implements MetaType
  • Constructor Details

    • AbstractMetaType

      AbstractMetaType()
  • Method Details

    • format

      public final Format format()
      Description copied from interface: Formattable
      Returns a pretty-printable representation of this object.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • refer

      public final Format refer()
      Specified by:
      refer in interface MetaType