org.jaxen.expr
public interface BinaryExpr extends Expr
Method Summary | |
---|---|
Expr | getLHS()
Returns the left-hand side of the binary expression.
|
String | getOperator()
Returns the operator for the binary expression such as "+" or
"div".
|
Expr | getRHS()
Returns the right-hand side of the binary expression.
|
Returns: the left hand side expression
Returns: the operator for the expression
Returns: the right-hand side expression