org.jaxen.expr
Interface BinaryExpr

All Superinterfaces:
Expr, Serializable
All Known Subinterfaces:
UnionExpr
All Known Implementing Classes:
org.jaxen.expr.DefaultBinaryExpr

public interface BinaryExpr
extends Expr


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

Method Detail

getLHS

public Expr getLHS()

getRHS

public Expr getRHS()


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo