|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.hlasm.Instruction
Base instruction.
Field Summary | |
---|---|
Instruction |
_multiLevel
|
Instruction |
_next
|
Constructor Summary | |
---|---|
Instruction()
|
Method Summary | |
---|---|
String |
GetFormat()
|
String |
getLastSyntaxError()
Gets the last_syntax_error. |
char |
getOpFont(boolean use_special_colors)
Returns the operation color to be used to color this instruction. |
protected void |
setLastSyntaxError(String last_syntax_error_id,
String subst)
Sets the last_syntax_error. |
void |
setOpFont(char o_font)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Instruction _next
public Instruction _multiLevel
Constructor Detail |
public Instruction()
Method Detail |
public String GetFormat()
public String getLastSyntaxError()
protected void setLastSyntaxError(String last_syntax_error_id, String subst)
last_syntax_error_id
- the id that should be used to retrieve
the appropriate message from the ResourceBundle. The mesages are stored in
a ResourceBundle so that they can be changed for each language.subst
- the text that should be substituted into the error message.public char getOpFont(boolean use_special_colors)
use_special_colors
- a flag that determines if the
parser is using custom coloring
public void setOpFont(char o_font)
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |