public class FlushVariableInstruction extends Instruction
| Constructor and Description |
|---|
FlushVariableInstruction(DfaVariableValue variable) |
| Modifier and Type | Method and Description |
|---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
DfaVariableValue |
getVariable() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndexpublic FlushVariableInstruction(DfaVariableValue variable)
variable - variable to flushpublic DfaVariableValue getVariable()
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept in class Instructionpublic java.lang.String toString()
toString in class java.lang.Object