org.apache.openjpa.kernel.exps
Interface Expression


public interface Expression

Interface for a set of conditions that must be met for the query to be true.

Author:
Abe White

Method Summary
 void acceptVisit(ExpressionVisitor visitor)
          Accept a visit from a tree visitor.
 

Method Detail

acceptVisit

void acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.