public class GotoInstruction extends Instruction
Constructor and Description |
---|
GotoInstruction(ControlFlow.ControlFlowOffset myOffset) |
Modifier and Type | Method and Description |
---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
int |
getOffset() |
void |
setOffset(int offset) |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndex
public GotoInstruction(ControlFlow.ControlFlowOffset myOffset)
public int getOffset()
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept
in class Instruction
public java.lang.String toString()
toString
in class java.lang.Object
public void setOffset(int offset)