BinaryOperator
Common interface for AST nodes that represent binary operators. Note that NameExpression implements BinaryOperator because it can be used as a infix operator.
Common interface for AST nodes that represent binary operators. Note that NameExpression implements BinaryOperator because it can be used as a infix operator.