Class IINC

All Implemented Interfaces:
Cloneable, IndexedInstruction, TypedInstruction

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

    • IINC Link icon

      public IINC(int n, int c)
      Parameters:
      n - index of local variable
      c - increment factor
  • Method Details Link icon