-
- All Implemented Interfaces:
public abstract class AbstractBranchInstruction extends Instruction
Base class for instructions with a branch offset.
-
-
Constructor Summary
Constructors Constructor Description AbstractBranchInstruction(Opcode opcode, Integer branchOffset)
-
Method Summary
Modifier and Type Method Description final IntegergetBranchOffset()Relative offset of the branch of this instruction. final UnitsetBranchOffset(Integer branchOffset)Relative offset of the branch of this instruction. -
-
Method Detail
-
getBranchOffset
final Integer getBranchOffset()
Relative offset of the branch of this instruction.
-
setBranchOffset
final Unit setBranchOffset(Integer branchOffset)
Relative offset of the branch of this instruction.
-
-
-
-