|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.triactive.jdo.store.sql.expr.op.Operator
com.triactive.jdo.store.sql.expr.op.DyadicOperator
com.triactive.jdo.store.sql.expr.op.NumericOperator
public class NumericOperator
| Field Summary |
|---|
| Fields inherited from class com.triactive.jdo.store.sql.expr.op.Operator |
|---|
precedence, sql |
| Constructor Summary | |
|---|---|
NumericOperator(java.lang.String sql,
int precedence,
boolean isAssociative)
|
|
| Method Summary | |
|---|---|
java.lang.Class |
resultType(java.lang.Class operand1Type,
java.lang.Class operand2Type)
|
| Methods inherited from class com.triactive.jdo.store.sql.expr.op.DyadicOperator |
|---|
isHigherThanLeftSide, isHigherThanRightSide |
| Methods inherited from class com.triactive.jdo.store.sql.expr.op.Operator |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NumericOperator(java.lang.String sql,
int precedence,
boolean isAssociative)
| Method Detail |
|---|
public java.lang.Class resultType(java.lang.Class operand1Type,
java.lang.Class operand2Type)
resultType in class DyadicOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||