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