public class NotInstruction extends ExpressionPushingInstruction<PsiPrefixExpression>
| Constructor and Description |
|---|
NotInstruction(PsiPrefixExpression anchor) |
| Modifier and Type | Method and Description |
|---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
java.lang.String |
toString() |
getExpression, getExpressionRangegetIndex, nextInstruction, setIndexpublic NotInstruction(PsiPrefixExpression anchor)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept in class Instructionpublic java.lang.String toString()
toString in class java.lang.Object