Class ConstantMethodTypeInfo

  • All Implemented Interfaces:
    ConstantTypes

    public class ConstantMethodTypeInfo
    extends ConstantPoolInfo
    Class representing a CONSTANT_MethodType structure.
    Version:
    1.0
    • Field Detail

      • descriptorIndex

        private int descriptorIndex
    • Constructor Detail

      • ConstantMethodTypeInfo

        public ConstantMethodTypeInfo​(int descriptorIndex)
        Constructor.
        Parameters:
        descriptorIndex - The descriptor index.
    • Method Detail

      • getDescriptorIndex

        public int getDescriptorIndex()
      • toString

        public java.lang.String toString()
        Returns a string representation of this object. Useful for debugging.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this object.