Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
(package private) class DefaultModExpr
extends DefaultMultiplicativeExpr
Field Summary | |
private static long |
Fields inherited from class org.jaxen.expr.DefaultBinaryExpr | |
lhs , rhs |
Constructor Summary | |
|
Method Summary | |
Object | |
String |
|
Methods inherited from class org.jaxen.expr.DefaultMultiplicativeExpr | |
toString |
Methods inherited from class org.jaxen.expr.DefaultArithExpr | |
toString |
Methods inherited from class org.jaxen.expr.DefaultBinaryExpr | |
getLHS , getOperator , getRHS , getText , setLHS , setRHS , simplify , toString |
Methods inherited from class org.jaxen.expr.DefaultExpr | |
convertToIterator , convertToList , simplify |
public String getOperator()
Returns the operator for the binary expression such as "+" or "div".
- Specified by:
- getOperator in interface BinaryExpr
- Overrides:
- getOperator in interface DefaultBinaryExpr
- Returns:
- the operator for the expression