org.apache.chemistry.opencmis.server.support.query
Interface PredicateWalkerBase
- All Known Subinterfaces:
- PredicateWalker
- All Known Implementing Classes:
- AbstractPredicateWalker
public interface PredicateWalkerBase
Base interface for a tree walker of a WHERE clause.
COntains only a single method used by the ANTLR query walker to
initiate a tree walk for evaluating the query. You can inherit from
this interface if you want to have your own walking mechanism
The method walkClause
is the entry point.
Method Summary |
java.lang.Boolean |
walkPredicate(org.antlr.runtime.tree.Tree whereNode)
|
walkPredicate
java.lang.Boolean walkPredicate(org.antlr.runtime.tree.Tree whereNode)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.