Class UnresolvedType

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

public class UnresolvedType extends Object implements MetaType
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • getQualifier Link icon

      public final UnresolvedType getQualifier()
    • getSimpleName Link icon

      public final String getSimpleName()
    • getQualifiedName Link icon

      public final String getQualifiedName()
    • getActualTypeArguments Link icon

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

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

      public final MetaType getOwnerType()
    • refer Link icon

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

      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