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

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

public static interface BinaryNegate.Visitor
extends Visitor

Interface for classes that may interpret a BinaryNegate predicate.


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

Method Detail

visit

void visit(BinaryNegate<?,?> host)


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