coins.sym
Interface VarIterator

All Known Implementing Classes:
VarIteratorImpl

public interface VarIterator

VarIterator interface (##4) Scan all varaibles and parameters in a symbol table.


Method Summary
 boolean hasNext()
           
 Var next()
           
 

Method Detail

next

public Var next()

hasNext

public boolean hasNext()