org.jaxen.expr
Class DefaultBinaryExpr
- BinaryExpr, Expr, Serializable
(package private) abstract class DefaultBinaryExpr
DefaultBinaryExpr
(package private) DefaultBinaryExpr(Expr lhs,
Expr rhs)
getLHS
public Expr getLHS()
Returns the left-hand side of the binary expression.
- getLHS in interface BinaryExpr
- the left hand side expression
getOperator
public abstract String getOperator()
Returns the operator for the binary expression such as "+" or
"div".
- getOperator in interface BinaryExpr
- the operator for the expression
getRHS
public Expr getRHS()
Returns the right-hand side of the binary expression.
- getRHS in interface BinaryExpr
- the right-hand side expression
getText
public String getText()
- getText in interface Expr
setLHS
public void setLHS(Expr lhs)
setRHS
public void setRHS(Expr rhs)
toString
public String toString()