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, setIndex
public BoxingInstruction(PsiType targetType)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept
in class Instruction
public PsiType getTargetType()
public java.lang.String toString()
toString
in class java.lang.Object