public class PushValueInstruction extends ExpressionPushingInstruction<PsiExpression>
Constructor and Description |
---|
PushValueInstruction(DfType value) |
PushValueInstruction(DfType value,
PsiExpression place) |
Modifier and Type | Method and Description |
---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
java.lang.String |
toString() |
getExpression, getExpressionRange
getIndex, nextInstruction, setIndex
public PushValueInstruction(DfType value, PsiExpression place)
public PushValueInstruction(DfType value)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept
in class Instruction
public java.lang.String toString()
toString
in class java.lang.Object