|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LexicalAnalyzer
Method Summary | |
---|---|
Token |
getToken()
This is the main function of the lexical analyzer. |
Token |
getToken(TokenDelimiter delimiters)
It will read the next string from source and return the token it represents. |
Method Detail |
---|
Token getToken() throws LexicalException
LexicalException
Token getToken(TokenDelimiter delimiters) throws LexicalException
delimiters
- the set of delimiters that determines the end of token.
LexicalException
- if a I/O problem ocurres at the reader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |