Class ConstantPool.NameAndTypeDescriptor

    • Field Detail

      • nameIndex

        public final int nameIndex
      • typeDescriptorIndex

        public final int typeDescriptorIndex
    • Constructor Detail

      • NameAndTypeDescriptor

        public NameAndTypeDescriptor​(ConstantPool owner,
                                     int nameIndex,
                                     int typeDescriptorIndex)