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, wait
accept, getNext, nNext
public Instruction clone()
clone
in interface Instruction
clone
in class java.lang.Object
public abstract java.lang.String toString()
toString
in class java.lang.Object