Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pgj.gen.std
Class SymbolIterator  view SymbolIterator download SymbolIterator.java

java.lang.Object
  extended bypgj.gen.std.SymbolIterator

public class SymbolIterator
extends java.lang.Object


Field Summary
private  java.util.Iterator it
           
 
Constructor Summary
(package private) SymbolIterator(java.util.Iterator it)
           
 
Method Summary
 boolean hasNext()
           
 Symbol next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

private java.util.Iterator it
Constructor Detail

SymbolIterator

SymbolIterator(java.util.Iterator it)
Method Detail

hasNext

public boolean hasNext()

next

public Symbol next()