public class PredicateCompiler extends Object
| Constructor and Description |
|---|
PredicateCompiler() |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
compile(String exp)
Generate a predicate from a query expression.
|
public Predicate compile(String exp) throws InvalidQueryException
exp - query expressionInvalidQueryException - if unable to compile the expressionCopyright © 2016. All rights reserved.