net.sf.jga.fn.logical
Interface All.Visitor

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
All<T>

public static interface All.Visitor
extends Visitor

Interface for classes that may interpret an All predicate.


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

Method Detail

visit

void visit(All<?> host)


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