public class FinishElementInstruction extends Instruction
Constructor and Description |
---|
FinishElementInstruction(PsiElement element) |
Modifier and Type | Method and Description |
---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState state,
InstructionVisitor visitor) |
java.util.Set<DfaVariableValue> |
getVarsToFlush() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndex
public FinishElementInstruction(PsiElement element)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState state, InstructionVisitor visitor)
accept
in class Instruction
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<DfaVariableValue> getVarsToFlush()