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–2017 The Apache Software Foundation. All rights reserved.