Class ConstantPool.RawTmp

  • Enclosing class:
    ConstantPool

    private static class ConstantPool.RawTmp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RawTmp​(java.util.List<ConstantPoolEntry> entries, long rawLength, boolean dynamicConstants)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rawLength

        final long rawLength
      • dynamicConstants

        final boolean dynamicConstants
    • Constructor Detail

      • RawTmp

        RawTmp​(java.util.List<ConstantPoolEntry> entries,
               long rawLength,
               boolean dynamicConstants)