Expr
, java.io.Serializable
AdditiveExpr
, EqualityExpr
, LogicalExpr
, MultiplicativeExpr
, RelationalExpr
, UnionExpr
DefaultUnionExpr
public interface BinaryExpr extends Expr
Modifier and Type | Method | Description |
---|---|---|
Expr |
getLHS() |
Returns the left-hand side of the binary expression.
|
java.lang.String |
getOperator() |
Returns the operator for the binary expression such as "+" or
"div".
|
Expr |
getRHS() |
Returns the right-hand side of the binary expression.
|
Expr getLHS()
Expr getRHS()
java.lang.String getOperator()
Copyright © 2001–2018 Codehaus. All rights reserved.