public abstract class AbstractBranchInstruction extends AbstractInstruction
Modifier | Constructor and Description |
---|---|
protected |
AbstractBranchInstruction(Opcode opcode)
Constructor.
|
protected |
AbstractBranchInstruction(Opcode opcode,
int branchOffset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getBranchOffset()
Get the relative offset of the branch of this instruction.
|
void |
setBranchOffset(int branchOffset)
Set the relative offset of the branch of this instruction.
|
protected AbstractBranchInstruction(Opcode opcode)
opcode
- the opcode.protected AbstractBranchInstruction(Opcode opcode, int branchOffset)
opcode
- the opcode.branchOffset
- the branch offset.