Class AType

java.lang.Object
net.covers1624.coffeegrinder.type.AType
Direct Known Subclasses:
IntegerConstantType, IntegerConstantUnion, PrimitiveType, ReferenceType

public abstract class AType extends Object
_A_ Type. - AbstractType. - AnyType. - A Type.

! Not asm Type (that's a type descriptor anyway)

Created by covers1624 on 23/2/21.

  • Constructor Details

    • AType

      public AType()
  • Method Details

    • getName

      public abstract String getName()
    • getFullName

      public String getFullName()
    • mentions

      public boolean mentions(ReferenceType type)