org.jaxen.expr
Interface LogicalExpr

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

public interface LogicalExpr
extends BinaryExpr


Method Summary
 java.lang.String getOperator()
           
 
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
 

Method Detail

getOperator

public java.lang.String getOperator()