Public Methods | |
Instruction_New () | |
Instruction[] | branchpoints (Instruction next) |
Each subclass is derived from one of
Definition at line 138 of file Instruction_New.java.
|
Returns an array of the instructions to which this instruction might branch (only valid if branches==true; default action is to return null).
Reimplemented from Instruction. Definition at line 141 of file Instruction_New.java. |