|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.slurm.gf.Command
Abstract class to encapsulate a command in the generic font "language"" Concrete subclasses allow access to the fields of the various commands. This class also defines the opcode constants specified in the language.
Constructor Summary | |
Command(int l,
int o)
Creates a Command object with the specified location and opcode. |
Method Summary | |
int |
getLocation()
|
int |
getOpCode()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Command(int l, int o)
l
- the byte location of this Command within the GF file.o
- the opcode of this Command.Method Detail |
public int getOpCode()
public int getLocation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |