类 IincInsnNode

java.lang.Object
org.beetl.ow2.asm.tree.AbstractInsnNode
org.beetl.ow2.asm.tree.IincInsnNode

public class IincInsnNode extends AbstractInsnNode
A node that represents an IINC instruction.
作者:
Eric Bruneton
  • 字段详细资料

    • var

      public int var
      Index of the local variable to be incremented.
    • incr

      public int incr
      Amount to increment the local variable by.
  • 构造器详细资料

    • IincInsnNode

      public IincInsnNode(int var, int incr)
      Constructs a new IincInsnNode.
      参数:
      var - index of the local variable to be incremented.
      incr - increment amount to increment the local variable by.
  • 方法详细资料