|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.cobol.CobolWords.Word
This class is used to combine a keyword String with an id int.
Constructor Summary | |
---|---|
CobolWords.Word(String string)
Construct an instance of Word with only a string. | |
CobolWords.Word(String string,
int id)
Construct an instance of Word with the given string and id. |
Method Summary | |
---|---|
int | id()
Return the Word's id. |
String | toString()
Return the Word as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CobolWords.Word(String string, int id)
public CobolWords.Word(String string)
Method Detail |
public String toString()
public int id()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |