public class UnwrapSpecialFieldInstruction extends Instruction
Constructor and Description |
---|
UnwrapSpecialFieldInstruction(SpecialField specialField) |
Modifier and Type | Method and Description |
---|---|
DfaInstructionState[] |
accept(DataFlowRunner runner,
DfaMemoryState stateBefore,
InstructionVisitor visitor) |
SpecialField |
getSpecialField() |
java.lang.String |
toString() |
getIndex, nextInstruction, setIndex
public UnwrapSpecialFieldInstruction(SpecialField specialField)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept
in class Instruction
public SpecialField getSpecialField()
public java.lang.String toString()
toString
in class java.lang.Object