Public Methods | |
Instruction_noargs (byte c) | |
int | compile (byte bc[], int index) |
int | parse (byte bc[], int index) |
Each subclass is derived from one of
Definition at line 138 of file Instruction_noargs.java.
|
Writes out the sequence of bytecodes represented by this instruction, including any arguments.
Reimplemented from Instruction. Definition at line 140 of file Instruction_noargs.java. |
|
Assuming the actual bytecode for this instruction has been extracted already, and index is the offset of the next byte, this method parses whatever arguments the instruction requires and return the offset of the next available byte.
Reimplemented from Instruction. Definition at line 141 of file Instruction_noargs.java. |