public class RelationalExpression extends Expression
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Definitions definitions)
True iff string values of operands are coercible to
BigDecimal and result of
LHS.compareTo(RHS) [op] 0 returns true |
List<Expression> |
getChildren() |
BigDecimal |
getNumberValue(Expression operand,
Definitions definitions) |
String |
toString() |
getEndOffset, getStartOffset, getValue, hasErrors, visitErrors
public List<Expression> getChildren()
getChildren
in class Expression
public boolean evaluate(Definitions definitions)
BigDecimal
and result of
LHS.compareTo(RHS) [op] 0
returns trueevaluate
in class Expression
public BigDecimal getNumberValue(Expression operand, Definitions definitions)
Copyright © 2024. All rights reserved.