jellyj.classfile.classgen
Class ICONST

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

public class ICONST
extends Instruction

ICONST - Push value between -1, ..., 5, other values cause an exception Stack: ... -> ...,

Author:
JellyJ Design Group

Constructor Summary
 (package private) ICONST()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 ICONST(int i)
           

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

Constructor Detail

ICONST

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

ICONST

public ICONST(int i)