public class EqualityExpression extends Expression
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Definitions definitions)
True if operands evaluate to the same true/false value AND they have the same value
|
List<Expression> |
getChildren() |
String |
toString() |
getEndOffset, getStartOffset, getValue, hasErrors, visitErrorspublic List<Expression> getChildren()
getChildren in class Expressionpublic boolean evaluate(Definitions definitions)
evaluate in class ExpressionCopyright © 2019. All rights reserved.