Class jas.IincInsn
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.IincInsn

java.lang.Object
   |
   +----jas.Insn
           |
           +----jas.IincInsn

public class IincInsn
extends Insn
implements RuntimeConstants

Constructor Index

 o IincInsn(int, int)

Constructors

 o IincInsn
  public IincInsn(int vindex,
                  int increment)
Parameters:
vindex - Index of variable to be incremented.
increment - value to be added to the variable. A wide prefix is automatically added if either the vindex exceeds 256, or the increment value lies outside the range [-128, 127] The VM spec is unclear on how the wide instruction is implemented, but the implementation makes both the constant and the variable index 16 bit values for the wide version of this instruction.

All Packages  Class Hierarchy  This Package  Previous  Next  Index