|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.rej.gui.InstructionHints
public class InstructionHints
This class is used for obtaining hints / descriptions of the different instructions.
Constructor Summary | |
---|---|
InstructionHints()
|
Method Summary | |
---|---|
java.lang.String |
getHint(Instruction instr)
Returns the hint for the given instruction. |
java.lang.String |
getHint(int opcode)
Returns the hint for the given instruction opcode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstructionHints()
Method Detail |
---|
public java.lang.String getHint(int opcode)
opcode
- the opcode of the instruction requested.
public java.lang.String getHint(Instruction instr)
instr
- identifies the instruction whose hint is being requested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |