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