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