Class GotoInstruction

All Implemented Interfaces:
Cloneable, InstructionTargeter, UnconditionalBranch
Direct Known Subclasses:
GOTO, GOTO_W

public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Super class for GOTO
  • Constructor Details

    • GotoInstruction

      GotoInstruction()
      Empty constructor needed for Instruction.readInstruction. Not to be used otherwise.
    • GotoInstruction

      GotoInstruction(short opcode, InstructionHandle target)