Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
(package private) class DefaultDivExpr
extends DefaultMultiplicativeExpr
Field Summary | |
private static long |
Fields inherited from class org.jaxen.expr.DefaultBinaryExpr | |
lhs , rhs |
Constructor Summary | |
|
Method Summary | |
void | |
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()
- Specified by:
- getOperator in interface MultiplicativeExpr
- Overrides:
- getOperator in interface DefaultBinaryExpr