|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.instructionset.Instruction
Field Summary | |
protected java.lang.String |
description
|
protected int |
length
|
protected java.lang.String |
name
|
protected Instruction |
nextInstruction
|
protected Instruction |
prevInstruction
|
Constructor Summary | |
Instruction()
|
Method Summary | |
abstract void |
execute()
|
java.lang.String |
getDescription()
Gets the Description. |
int |
getLength()
Gets the Length. |
java.lang.String |
getName()
Gets the Name. |
Instruction |
getNextInstruction()
Gets the NextInstruction. |
Instruction |
getPrevInstruction()
Gets the PrevInstruction. |
void |
setDescription(java.lang.String description)
Sets the Description. |
void |
setLength(int length)
Sets the Length. |
void |
setName(java.lang.String name)
Sets the Name. |
void |
setNextInstruction(Instruction nextInstruction)
Sets the NextInstruction. |
void |
setPrevInstruction(Instruction prevInstruction)
Sets the PrevInstruction. |
abstract java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected java.lang.String description
protected int length
protected Instruction nextInstruction
protected Instruction prevInstruction
Constructor Detail |
public Instruction()
Method Detail |
public abstract void execute()
public abstract java.lang.String toString()
toString
in class java.lang.Object
public int getLength()
public void setLength(int length)
public Instruction getNextInstruction()
public void setNextInstruction(Instruction nextInstruction)
public Instruction getPrevInstruction()
public void setPrevInstruction(Instruction prevInstruction)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |