public class RegexEvaluator extends QueryEvaluator
| Constructor and Description |
|---|
RegexEvaluator(RegexMatchExpression expr,
FieldTreeNode context)
Constructs evaluator for {field op value} style comparison
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(QueryEvaluationContext ctx) |
evaluate, getInstance, getInstancepublic RegexEvaluator(RegexMatchExpression expr, FieldTreeNode context)
expr - The expressionmd - Entity metadatacontext - The path relative to which the expression will be
evaluatedpublic boolean evaluate(QueryEvaluationContext ctx)
evaluate in class QueryEvaluatorCopyright © 2015. All rights reserved.