public class ComparisonExpression extends BaseComparisonExpression implements ExpressionEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate() |
ComparisonComparators |
getComparator() |
String |
getObjectPath() |
Object |
getValue() |
org.antlr.v4.runtime.tree.TerminalNode |
isNegated() |
void |
setEvaluation(Boolean value) |
String |
toString() |
public String getObjectPath()
public Object getValue()
public ComparisonComparators getComparator()
public org.antlr.v4.runtime.tree.TerminalNode isNegated()
public void setEvaluation(Boolean value)
public boolean evaluate()
evaluate in interface ExpressionEvaluatorCopyright © 2020. All rights reserved.