|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.sym.SymTableIteratorImpl
SymTableIteratorImpl class
| Field Summary | |
protected SymTable |
fNextSymTable
|
protected int |
fStackDepth
|
protected java.util.ArrayList |
fSymTableStack
|
| Constructor Summary | |
SymTableIteratorImpl(SymTable pSymTable)
|
|
| Method Summary | |
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, ... |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int fStackDepth
protected java.util.ArrayList fSymTableStack
protected SymTable fNextSymTable
| Constructor Detail |
public SymTableIteratorImpl(SymTable pSymTable)
| Method Detail |
public SymTable next()
SymTableIterator
next in interface SymTableIteratorpublic boolean hasNext()
SymTableIterator
hasNext in interface SymTableIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||