public class BinaryOperationExpr extends Expr
| Constructor and Description |
|---|
BinaryOperationExpr(Attributes attr,
Operator.Binary op,
Expr left,
Expr right) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
accept(Transformer tf) |
Expr |
left() |
Operator.Binary |
op() |
Expr |
right() |
BinaryOperationExpr |
update(Expr left,
Expr right) |
attributes, line, sourceInfopublic BinaryOperationExpr(Attributes attr, Operator.Binary op, Expr left, Expr right)
public Operator.Binary op()
public Expr left()
public Expr right()
public BinaryOperationExpr update(Expr left, Expr right)
public Expr accept(Transformer tf)
Copyright © 2016–2017. All rights reserved.