Class NameDescriptorIndex


  • public final class NameDescriptorIndex
    extends java.lang.Object
    Name and descriptor index pair used reference fields and methods.
    • Constructor Detail

      • NameDescriptorIndex

        public NameDescriptorIndex​(int nameIndex,
                                   int descriptorIndex)
        Constructs an new NameDescriptorIndex.
        Parameters:
        nameIndex - the name index.
        descriptorIndex - the descriptor index.
    • Method Detail

      • nameIndex

        public int nameIndex()
        Gets the name index.
        Returns:
        the name index.
      • descriptorIndex

        public int descriptorIndex()
        Gets the descriptor index.
        Returns:
        the descriptor index.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object