org.jaxen.expr

Interface UnionExpr

All Superinterfaces:
BinaryExpr, Expr, Serializable, Visitable
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