org.jaxen.expr
Interface UnionExpr

All Superinterfaces:
BinaryExpr, Expr, java.io.Serializable, Visitable
All Known Implementing Classes:
DefaultUnionExpr

public interface UnionExpr
extends BinaryExpr


Methods inherited from interface org.jaxen.expr.BinaryExpr
getLHS, getRHS
 
Methods inherited from interface org.jaxen.expr.Expr
evaluate, getText, simplify
 
Methods inherited from interface org.jaxen.expr.Visitable
accept