|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.sym.SymTableIteratorImpl
SymTableIteratorImpl class
| フィールドの概要 | |
protected SymTable |
fNextSymTable
|
protected int |
fStackDepth
|
protected java.util.ArrayList |
fSymTableStack
|
| コンストラクタの概要 | |
SymTableIteratorImpl(SymTable pSymTable)
|
|
| メソッドの概要 | |
boolean |
hasNext()
hasNext True if there are symbol tables remaining to be traversed. |
SymTable |
next()
next Get next symbol table traversing in the order this, 1st child of this, 1st child of 1st child of this, ... 2nd child of 1st child of this, ... ... 2nd child of this, 1st child of 2nd child of this, ... ... ... |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected int fStackDepth
protected java.util.ArrayList fSymTableStack
protected SymTable fNextSymTable
| コンストラクタの詳細 |
public SymTableIteratorImpl(SymTable pSymTable)
| メソッドの詳細 |
public SymTable next()
SymTableIterator の記述:
SymTableIterator 内の nextpublic boolean hasNext()
SymTableIterator の記述:
SymTableIterator 内の hasNext
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||