Class SignatureAttribute.BaseType

    • Constructor Detail

      • BaseType

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

      • getDescriptor

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

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

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