Class SignatureAttribute.BaseType

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseType​(java.lang.String typeName)
      Constructs a BaseType.
    • Constructor Detail

      • BaseType

        public BaseType​(java.lang.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 java.lang.String toString()
        Returns the string representation.
        Overrides:
        toString in class java.lang.Object