类 LocalVariableTargetElement


  • public class LocalVariableTargetElement
    extends java.lang.Object
    Representation of an local variable target table entry.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • u2startPC

        public int u2startPC
      • u2length

        public int u2length
      • u2index

        public int u2index
    • 构造器详细资料

      • LocalVariableTargetElement

        public LocalVariableTargetElement()
        Creates an uninitialized LocalVariableTargetElement.
      • LocalVariableTargetElement

        public LocalVariableTargetElement​(int u2startPC,
                                          int u2length,
                                          int u2index)
        Creates an initialized LocalVariableTargetElement.