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