jellyj.classfile.classgen
Class IINC

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.IINC

public class IINC
extends Instruction

IINC - Increment local variable by constant

Author:
JellyJ Design Group

Constructor Summary
 (package private) IINC()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 IINC(int n, int c)
           

Method Summary
 voiddump(DataOutputStream out)
          Dump instruction as byte code to stream out.
 StringtoString()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

IINC

IINC()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

IINC

public IINC(int n, int c)
Method Detail

dump

public void dump(DataOutputStream out)
throws java.io.IOException
Dump instruction as byte code to stream out.
Parameters:
out - Output stream

toString

public String toString()
Returns: mnemonic for instruction