org.jaxen.expr

Interface EqualityExpr

All Superinterfaces:
BinaryExpr, Expr, Serializable, Visitable
Known Implementing Classes:
DefaultEqualityExpr, DefaultEqualsExpr, DefaultNotEqualsExpr

public interface EqualityExpr
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()