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

All Superinterfaces:
Visitor
Enclosing class:
Project1st<T1,T2>

public static interface Project1st.Visitor
extends Visitor

Interface for classes that may interpret an Project1st functor.


Method Summary
 void visit(Project1st<?,?> host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(Project1st<?,?> host)


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