com.triactive.jdo.store.sql.expr.op
Class NumericOperator

java.lang.Object
  extended bycom.triactive.jdo.store.sql.expr.op.Operator
      extended bycom.triactive.jdo.store.sql.expr.op.DyadicOperator
          extended bycom.triactive.jdo.store.sql.expr.op.NumericOperator

public class NumericOperator
extends DyadicOperator


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

NumericOperator

public NumericOperator(java.lang.String sql,
                       int precedence,
                       boolean isAssociative)
Method Detail

resultType

public java.lang.Class resultType(java.lang.Class operand1Type,
                                  java.lang.Class operand2Type)
Specified by:
resultType in class DyadicOperator


Copyright © 2001-2007 The TJDO Project All Rights Reserved.