public class ClosureInstruction extends Instruction
| Constructor and Description |
|---|
ClosureInstruction(PsiElement closure) |
| Modifier and Type | Method and Description |
|---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
PsiElement |
getClosureElement() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndexpublic ClosureInstruction(PsiElement closure)
public PsiElement getClosureElement()
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept in class Instructionpublic java.lang.String toString()
toString in class java.lang.Object