|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.sym.SymIteratorImpl
SymIteratorImpl class
フィールドの概要 | |
Sym |
fSymNext
|
SymTable |
fSymTable
|
コンストラクタの概要 | |
SymIteratorImpl(SymTable pSymTable)
|
メソッドの概要 | |
boolean |
hasNext()
hasNext True if there are symbols remaining in the specified symbol table, false otherwise. |
Sym |
next()
next Get next symbol in the specified symbol table. |
Var |
nextVar()
nextVar Get next symbol in the specified symbol table skipping symbols that are not a Var symbol. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public SymTable fSymTable
public Sym fSymNext
コンストラクタの詳細 |
public SymIteratorImpl(SymTable pSymTable)
メソッドの詳細 |
public Sym next()
SymIterator
の記述:
SymIterator
内の next
public Var nextVar()
SymIterator
の記述:
SymIterator
内の nextVar
public boolean hasNext()
SymIterator
の記述:
SymIterator
内の hasNext
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |