org.xmlpull.v1.builder.xpath.jaxen.expr
Interface BinaryExpr

All Superinterfaces:
Expr, java.io.Serializable
All Known Subinterfaces:
UnionExpr
All Known Implementing Classes:
DefaultUnionExpr

public interface BinaryExpr
extends Expr


Method Summary
 Expr getLHS()
           
 Expr getRHS()
           
 
Methods inherited from interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr
evaluate, getText, simplify
 

Method Detail

getLHS

Expr getLHS()

getRHS

Expr getRHS()