|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
must be implemented by a scanner object to supply input to the parser.
| メソッドの概要 | |
boolean |
advance()
move on to next token. |
int |
token()
classifies current token. |
java.lang.Object |
value()
associated with current token. |
| メソッドの詳細 |
public boolean advance()
throws java.io.IOException
IOException - on input error.public int token()
public java.lang.Object value()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||