Class CPString


  • public class CPString
    extends CPConstant
    String constant pool entry.
    • Field Detail

      • nameIndex

        private transient int nameIndex
      • name

        private final CPUTF8 name
      • hashCodeComputed

        private boolean hashCodeComputed
      • cachedHashCode

        private int cachedHashCode
    • Constructor Detail

      • CPString

        public CPString​(CPUTF8 value,
                        int globalIndex)