Class SignatureAttribute.BaseType

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CtClass getCtlass()
      Returns the CtClass representing this primitive type.
      char getDescriptor()
      Returns the descriptor representing this primitive type.
      java.lang.String toString()
      Returns the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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