All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.LCONST

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

public class LCONST
extends Instruction
LCONST - Push 0 or 1, other values cause an exception Stack: ... -> ...,


Constructor Index

 o LCONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o LCONST(long)

Constructors

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

 o LCONST
 public LCONST(long f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index