|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.sym.SymIteratorImpl
SymIteratorImpl class
| Field Summary | |
Sym |
fSymNext
|
SymTable |
fSymTable
|
| Constructor Summary | |
SymIteratorImpl(SymTable pSymTable)
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public SymTable fSymTable
public Sym fSymNext
| Constructor Detail |
public SymIteratorImpl(SymTable pSymTable)
| Method Detail |
public Sym next()
SymIterator
next in interface SymIteratorpublic Var nextVar()
SymIterator
nextVar in interface SymIteratorpublic boolean hasNext()
SymIterator
hasNext in interface SymIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||