net.sf.jga.fn.adaptor
Interface ApplyGenerator.Visitor

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
ApplyGenerator

public static interface ApplyGenerator.Visitor
extends Visitor

Interface for classes that may interpret an ApplyGenerator predicate.


Method Summary
 void visit(ApplyGenerator host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(ApplyGenerator host)


Copyright © 2002-2006 David A. Hall. All Rights Reserved.