public abstract class BranchingInstruction extends InstructionBase
Modifier and Type | Class and Description |
---|---|
static class |
BranchingInstruction.Role |
Modifier and Type | Field and Description |
---|---|
int |
offset |
BranchingInstruction.Role |
role |
Constructor and Description |
---|
BranchingInstruction(int offset,
BranchingInstruction.Role role) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
clone, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNext, nNext
public int offset
public final BranchingInstruction.Role role
public BranchingInstruction(int offset, BranchingInstruction.Role role)
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)