|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--parser.ExpressionParser.LexicalAnalizer
Generates a sequence of tokens.
Constructor Summary | |
ExpressionParser.LexicalAnalizer()
|
Method Summary | |
abstract ExpressionParser.Token |
next()
Returns the next token in the sequence, or null if there is no token. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpressionParser.LexicalAnalizer()
Method Detail |
public abstract ExpressionParser.Token next() throws ExpressionParser.ParseException
ExpressionParser.ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |