Class TopLevelClass.LexicalAnalyzer
java.lang.Object
TopLevelClass.LexicalAnalyzer
- Direct Known Subclasses:
- TopLevelClass.Default.LexicalAnalyzer
- Enclosing class:
- TopLevelClass
- public abstract static class TopLevelClass.LexicalAnalyzer
- extends Object
Generator of a sequence of TopLevelClass.Token
s.
- Since:
- notavaCC 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopLevelClass.LexicalAnalyzer
public TopLevelClass.LexicalAnalyzer()
next
public abstract TopLevelClass.Token next()
throws TopLevelClass.ParseException
- Returns the next token in the sequence.
If there is no tokens, the symbol ID of the returned value should be TopLevelClass.EOF_TOKEN
, but the image or the index etc. are not specified (may be unsupported).
- Returns:
- the next token in the sequence.
- Throws:
TopLevelClass.ParseException
- Since:
- notavaCC 1.0