Public Methods | |
Instruction_Goto () | |
Instruction[] | branchpoints (Instruction next) |
Each subclass is derived from one of
Definition at line 138 of file Instruction_Goto.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_intbranch. Definition at line 140 of file Instruction_Goto.java. |