org.exolab.adaptx.xpath.expressions
public interface BinaryExpr extends XPathExpression
Version: $Revision: 3950 $
Method Summary | |
---|---|
XPathExpression | getLeftSide()
Returns the Expr that should be evaluated as the left hand side
of this BinaryExpr
|
Operator | getOperator()
Returns the operator for this binary expression
|
XPathExpression | getRightSide()
Returns the Expr that should be evaluated as the right hand side
of this BinaryExpr
|
Returns: the Expr that should be evaluated as the left hand side of this BinaryExpr
Returns: the operator for this binary expression
Returns: the Expr that should be evaluated as the right hand side of this BinaryExpr