クラス TopLevelClass.LexicalAnalyzer
java.lang.Object
TopLevelClass.LexicalAnalyzer
- 直系の既知のサブクラス:
- TopLevelClass.Default.LexicalAnalyzer
- 含まれているクラス:
- TopLevelClass
public abstract static class TopLevelClass.LexicalAnalyzer
- extends Object
Generator of a sequence of TopLevelClass.Token
s.
- 導入されたバージョン:
- notavaCC 1.0
クラス 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).
- 戻り値:
- the next token in the sequence.
- 例外:
TopLevelClass.ParseException
- 導入されたバージョン:
- notavaCC 1.0