org.jaxen.expr

Interface RelationalExpr

All Superinterfaces:
BinaryExpr, Expr, Serializable, Visitable
Known Implementing Classes:
DefaultGreaterThanEqualExpr, DefaultGreaterThanExpr, DefaultLessThanEqualExpr, DefaultLessThanExpr, DefaultRelationalExpr

public interface RelationalExpr
extends BinaryExpr

Method Summary

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 Details

getOperator

public String getOperator()