org.jaxen.expr

Interface MultiplicativeExpr

All Superinterfaces:
BinaryExpr, Expr, Serializable, Visitable
Known Implementing Classes:
DefaultDivExpr, DefaultModExpr, DefaultMultiplicativeExpr, DefaultMultiplyExpr

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