Class SignatureAttribute.BaseType

java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.BaseType
Enclosing class:
SignatureAttribute

public static class SignatureAttribute.BaseType extends SignatureAttribute.Type
Primitive types.
  • Constructor Details

    • BaseType

      public BaseType(String typeName)
      Constructs a BaseType.
      Parameters:
      typeName - void, int, ...
  • Method Details

    • getDescriptor

      public char getDescriptor()
      Returns the descriptor representing this primitive type.
      See Also:
    • getCtlass

      public CtClass getCtlass()
      Returns the CtClass representing this primitive type.
    • toString

      public String toString()
      Returns the string representation.
      Overrides:
      toString in class Object