|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BinaryExpr
Represents a simple binary expression. A binary expression is any expression which has a left hand side and a right hand side.
| Field Summary |
|---|
| Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression |
|---|
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR |
| 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 |
| Methods inherited from interface org.exolab.adaptx.xpath.XPathExpression |
|---|
evaluate, getExprType, toString |
| Method Detail |
|---|
Operator getOperator()
XPathExpression getLeftSide()
XPathExpression getRightSide()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||