jellyj.classfile.classgen
Class ILOAD
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.LocalVariableInstruction
|
+--jellyj.classfile.classgen.ILOAD
- public class ILOAD
- extends LocalVariableInstruction
ILOAD - Load int from local variable
Stack ... -> ..., result
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | ILOAD() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| ILOAD(int n) |
ILOAD
ILOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ILOAD
public ILOAD(int n)