|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectTopLevelClass.LexicalAnalyzer
public abstract static class TopLevelClass.LexicalAnalyzer
Generator of a sequence of TopLevelClass.Token
s.
コンストラクタの概要 | |
---|---|
TopLevelClass.LexicalAnalyzer()
|
メソッドの概要 | |
---|---|
abstract TopLevelClass.Token |
next()
Returns the next token in the sequence. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TopLevelClass.LexicalAnalyzer()
メソッドの詳細 |
---|
public abstract TopLevelClass.Token next() throws TopLevelClass.ParseException
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).
TopLevelClass.ParseException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |