joosc.code.bytecode
Class IincInstr

java.lang.Object
  extended byjoosc.code.bytecode.StacklessInstr
      extended byjoosc.code.bytecode.IincInstr
All Implemented Interfaces:
Instr

public class IincInstr
extends StacklessInstr


Constructor Summary
IincInstr(int offset, int increment)
           
 
Method Summary
 int getIncrement()
           
protected  java.lang.String getName()
           
 int getOffset()
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.code.bytecode.StacklessInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IincInstr

public IincInstr(int offset,
                 int increment)
Method Detail

getOffset

public int getOffset()

getIncrement

public int getIncrement()

getName

protected java.lang.String getName()

toString

public java.lang.String toString()