All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.ICONST

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.ICONST

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


Constructor Index

 o ICONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o ICONST(int)

Constructors

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

 o ICONST
 public ICONST(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index