Package | Description |
---|---|
org.apache.chemistry.opencmis.jcr.query |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Evaluator<XPathBuilder> |
EvaluatorXPath.op() |
Evaluator<T> |
EvaluatorBase.op() |
Evaluator<T> |
Evaluator.op()
Create a new instance of this
Evaluator . |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ParseTreeWalker(Evaluator<T> evaluator)
Create a new instance for traversing CMIS query parse trees.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.