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
-
ILOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
ILOAD(int)
-
ILOAD
ILOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ILOAD
public ILOAD(int n)
All Packages Class Hierarchy This Package Previous Next Index