public class DefaultUnionExpr extends DefaultExpr implements UnionExpr
| Constructor and Description |
|---|
DefaultUnionExpr(Expr lhs,
Expr rhs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Context context) |
Expr |
getLHS() |
String |
getOperator() |
Expr |
getRHS() |
String |
getText() |
void |
setLHS(Expr lhs) |
void |
setRHS(Expr rhs) |
Expr |
simplify() |
String |
toString() |
convertToIterator, convertToListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLHS, getRHSpublic String getOperator()
public String toString()
public Object evaluate(Context context) throws JaxenException
evaluate in interface ExprJaxenExceptionpublic Expr getLHS()
getLHS in interface BinaryExprpublic Expr getRHS()
getRHS in interface BinaryExprpublic void setLHS(Expr lhs)
public void setRHS(Expr rhs)
public Expr simplify()
simplify in interface Exprsimplify in class DefaultExprCopyright © 2013. All Rights Reserved.