public class EscapeInstruction extends Instruction
| Constructor and Description |
|---|
EscapeInstruction(java.util.Set<DfaVariableValue> escapedVars) |
| Modifier and Type | Method and Description |
|---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
java.util.Set<DfaVariableValue> |
getEscapedVars() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndexpublic EscapeInstruction(java.util.Set<DfaVariableValue> escapedVars)
public java.util.Set<DfaVariableValue> getEscapedVars()
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept in class Instructionpublic java.lang.String toString()
toString in class java.lang.Object