public class BinaryOperator extends Expr
Modifier and Type | Field and Description |
---|---|
protected Expr |
left |
protected Expr |
right |
Constructor and Description |
---|
BinaryOperator(OpType type,
Expr left,
Expr right) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.