org.jaxen.expr
Interface BinaryExpr

All Superinterfaces:
Expr, Serializable, Visitable
All Known Subinterfaces:
AdditiveExpr, EqualityExpr, LogicalExpr, MultiplicativeExpr, RelationalExpr, UnionExpr
All Known Implementing Classes:
org.jaxen.expr.DefaultBinaryExpr, DefaultUnionExpr

public interface BinaryExpr
extends Expr


Method Summary
 Expr getLHS()
           
 Expr getRHS()
           
 
Methods inherited from interface org.jaxen.expr.Expr
evaluate, getText, simplify
 
Methods inherited from interface org.jaxen.expr.Visitable
accept
 

Method Detail

getLHS

public Expr getLHS()

getRHS

public Expr getRHS()


Copyright © 2001-2003 Codehaus. All Rights Reserved.