public interface Preprocessor
| Modifier and Type | Method and Description |
|---|---|
search.library.util.cql.query.tree.GCQLNode |
preprocess(search.library.util.cql.query.tree.GCQLNode root)
Receives the root of a CQL tree, preprocess it and returns a new CQL tree.
|
search.library.util.cql.query.tree.GCQLNode preprocess(search.library.util.cql.query.tree.GCQLNode root)
throws CQLTreeSyntaxException
root - - the CQL tree rootCQLTreeSyntaxException - - when the input tree is not in a valid state
(this case is possible when a chain of proprocessors is applied sequentially)Copyright © 2015. All Rights Reserved.