Class UnresolvedType

java.lang.Object
eu.bandm.tools.metajava.UnresolvedType
All Implemented Interfaces:
Formattable, MetaType

public class UnresolvedType extends Object implements MetaType
  • Field Details

  • Constructor Details

  • Method Details

    • getQualifier

      public final UnresolvedType getQualifier()
    • getSimpleName

      public final String getSimpleName()
    • getQualifiedName

      public final String getQualifiedName()
    • getActualTypeArguments

      public final List<? extends MetaType> getActualTypeArguments()
    • getRawType

      public final MetaClass getRawType()
      Specified by:
      getRawType in interface MetaType
    • getOwnerType

      public final MetaType getOwnerType()
    • refer

      public Format refer()
      Specified by:
      refer in interface MetaType
    • format

      public 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