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, setIndexpublic UnwrapSpecialFieldInstruction(SpecialField specialField)
public DfaInstructionState[] accept(DataFlowRunner runner, DfaMemoryState stateBefore, InstructionVisitor visitor)
accept in class Instructionpublic SpecialField getSpecialField()
public java.lang.String toString()
toString in class java.lang.Object