Class ClassFile.LocalVariableTableAttribute.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(short startPc, short length, short nameIndex, short descriptorIndex, short index)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startPC

        public final short startPC
      • length

        public final short length
      • nameIndex

        public final short nameIndex
      • descriptorIndex

        public final short descriptorIndex
      • index

        public final short index
    • Constructor Detail

      • Entry

        public Entry​(short startPc,
                     short length,
                     short nameIndex,
                     short descriptorIndex,
                     short index)