coins.sym
クラス VarIteratorImpl

java.lang.Object
  |
  +--coins.sym.VarIteratorImpl
すべての実装インタフェース:
VarIterator

public class VarIteratorImpl
extends java.lang.Object
implements VarIterator

VarIteratorImpl class (##4)


フィールドの概要
 Sym fSymNext
           
 SymTable fSymTable
           
 
コンストラクタの概要
VarIteratorImpl(SymTable pSymTable)
           
 
メソッドの概要
 boolean hasNext()
           
 Var next()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

fSymTable

public SymTable fSymTable

fSymNext

public Sym fSymNext
コンストラクタの詳細

VarIteratorImpl

public VarIteratorImpl(SymTable pSymTable)
メソッドの詳細

next

public Var next()
定義:
インタフェース VarIterator 内の next

hasNext

public boolean hasNext()
定義:
インタフェース VarIterator 内の hasNext