public abstract class InstructionBase extends java.lang.Object implements Instruction, java.lang.Cloneable
| Constructor and Description |
|---|
InstructionBase() |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
clone() |
abstract java.lang.String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getNext, nNextpublic Instruction clone()
clone in interface Instructionclone in class java.lang.Objectpublic abstract java.lang.String toString()
toString in class java.lang.Object