|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.comedia.util.scanner.CScanner.Lexem
Presents extracted token with information about token type and position in input stream. This class is used as "Holder" to pass parameter by reference into methods of class.
| Field Summary | |
int |
lineNo
Line number in teh input stream where token is started. |
int |
position
Position in the input stream of the first token character. |
java.lang.String |
token
Token string value. |
int |
tokenType
Token type value contained special constant. |
| Constructor Summary | |
protected |
CScanner.Lexem()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String token
public int tokenType
public int position
public int lineNo
| Constructor Detail |
protected CScanner.Lexem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||