Class BinaryExpr

All Implemented Interfaces:
NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class BinaryExpr extends Expression
An expression with an expression on the left, an expression on the right, and an operator in the middle. It supports the operators that are found the the BinaryExpr.Operator enum.
a && b
155 * 33
Author:
Julio Vilmar Gesser