public class ConditionalGoToInstruction extends ConditionalBranchingInstruction
BranchingInstruction.Role
expression, LOG
offset, role
Modifier and Type | Method and Description |
---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
java.lang.String |
toString() |
getNext, nNext
clone
public java.lang.String toString()
toString
in class InstructionBase
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept
in interface Instruction
accept
in class ConditionalBranchingInstruction