Uses of Interface
org.apache.chemistry.opencmis.jcr.query.Evaluator

Packages that use Evaluator
org.apache.chemistry.opencmis.jcr.query   
 

Uses of Evaluator in org.apache.chemistry.opencmis.jcr.query
 

Classes in org.apache.chemistry.opencmis.jcr.query that implement Evaluator
 class EvaluatorBase<T>
          This abstract base class implements all methods of the Evaluator interface by throwing a CmisNotSupportedException.
 class EvaluatorXPath
          This implementation of Evaluator results in an instance of a XPathBuilder which can be used to validated the where clause of the original CMIS query and translate it to a corresponding (i.e.
 

Methods in org.apache.chemistry.opencmis.jcr.query that return Evaluator
 Evaluator<XPathBuilder> EvaluatorXPath.op()
           
 Evaluator<T> EvaluatorBase.op()
           
 Evaluator<T> Evaluator.op()
          Create a new instance of this Evaluator.
 

Methods in org.apache.chemistry.opencmis.jcr.query with parameters of type Evaluator
protected  T ParseTreeWalker.walkOtherExpr(Evaluator evaluator, org.antlr.runtime.tree.Tree node)
          For extensibility.
protected  T ParseTreeWalker.walkOtherPredicate(Evaluator evaluator, org.antlr.runtime.tree.Tree node)
          For extensibility.
 

Constructors in org.apache.chemistry.opencmis.jcr.query with parameters of type Evaluator
ParseTreeWalker(Evaluator<T> evaluator)
          Create a new instance for traversing CMIS query parse trees.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.