All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.ILOAD

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.LocalVariableInstruction
                   |
                   +----espresso.classfile.classgen.ILOAD

public class ILOAD
extends LocalVariableInstruction
ILOAD - Load int from local variable Stack ... -> ..., result


Constructor Index

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

Constructors

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

 o ILOAD
 public ILOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index