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

Quick Search    Search Deep

pgj.gen.std
Interface ClosureIterator  view ClosureIterator download ClosureIterator.java

All Known Implementing Classes:
Grammar.ClosureIteratorImpl

public interface ClosureIterator


Method Summary
 boolean hasNext()
           
 Closure next()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public Closure next()