GotoInstructionpublic abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Constructors Summary |
---|
GotoInstruction(short opcode, InstructionHandle target)
super(opcode, target);
| GotoInstruction()Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
|
|