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