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