net.sf.jga.fn.property
Interface Construct.Visitor

All Superinterfaces:
Visitor
Enclosing class:
Construct<R>

public static interface Construct.Visitor
extends Visitor

Interface for classes that may interpret a Construct predicate.


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

Method Detail

visit

void visit(Construct<?> host)


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