public interface PredicateWalkerBase
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.
Modifier and Type | Method and Description |
---|---|
Boolean |
walkPredicate(org.antlr.runtime.tree.Tree whereNode) |
Boolean walkPredicate(org.antlr.runtime.tree.Tree whereNode)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.