Class IINC

All Implemented Interfaces:
Cloneable, IndexedInstruction, TypedInstruction

public class IINC extends LocalVariableInstruction
IINC - Increment local variable by constant
  • Constructor Details

    • IINC

      public IINC(int n, int c)
      Constructs an IINC instruction.
      Parameters:
      n - index of local variable.
      c - increment factor.
  • Method Details