Uses of Class
com.japisoft.formula.operator.OperatorContext

Packages that use OperatorContext
com.japisoft.formula.operator   
com.japisoft.formula.operator_hp.binary   
com.japisoft.formula.operator_hp.unary   
com.japisoft.formula.operator.binary   
com.japisoft.formula.operator.ternary   
com.japisoft.formula.operator.unary   
 

Uses of OperatorContext in com.japisoft.formula.operator
 

Methods in com.japisoft.formula.operator with parameters of type OperatorContext
 java.lang.Object BinaryOperator.eval(OperatorContext context)
          Eval this expression and return the operation result
 java.lang.Object TernaryOperator.eval(OperatorContext context)
           
 java.lang.Object UnaryOperator.eval(OperatorContext context)
          Eval this expression and return the result
 

Uses of OperatorContext in com.japisoft.formula.operator_hp.binary
 

Methods in com.japisoft.formula.operator_hp.binary with parameters of type OperatorContext
 java.lang.Object ADDOperator.eval(OperatorContext context)
           
 java.lang.Object DIVOperator.eval(OperatorContext context)
           
 java.lang.Object GREATEQOperator.eval(OperatorContext context)
           
 java.lang.Object GREATOperator.eval(OperatorContext context)
           
 java.lang.Object LESSEQOperator.eval(OperatorContext context)
           
 java.lang.Object LESSOperator.eval(OperatorContext context)
           
 java.lang.Object MINUSOperator.eval(OperatorContext context)
           
 java.lang.Object MODOperator.eval(OperatorContext context)
           
 java.lang.Object MULOperator.eval(OperatorContext context)
           
 java.lang.Object POWEROperator.eval(OperatorContext context)
           
 

Uses of OperatorContext in com.japisoft.formula.operator_hp.unary
 

Methods in com.japisoft.formula.operator_hp.unary with parameters of type OperatorContext
 java.lang.Object ABSOperator.eval(OperatorContext context)
           
 java.lang.Object MINUSOperator.eval(OperatorContext context)
           
 java.lang.Object PERCENTOperator.eval(OperatorContext context)
           
 

Uses of OperatorContext in com.japisoft.formula.operator.binary
 

Methods in com.japisoft.formula.operator.binary with parameters of type OperatorContext
 java.lang.Object ADDOperator.eval(OperatorContext context)
           
 java.lang.Object ANDOperator.eval(OperatorContext context)
           
 java.lang.Object ASSIGNOperator.eval(OperatorContext context)
           
 java.lang.Object DIVOperator.eval(OperatorContext context)
           
 java.lang.Object EQOperator.eval(OperatorContext context)
           
 java.lang.Object GREATEQOperator.eval(OperatorContext context)
           
 java.lang.Object GREATOperator.eval(OperatorContext context)
           
 java.lang.Object IFOperator.eval(OperatorContext context)
           
 java.lang.Object INOperator.eval(OperatorContext context)
           
 java.lang.Object LESSEQOperator.eval(OperatorContext context)
           
 java.lang.Object LESSOperator.eval(OperatorContext context)
           
 java.lang.Object MINUSOperator.eval(OperatorContext context)
           
 java.lang.Object MODOperator.eval(OperatorContext context)
           
 java.lang.Object MULOperator.eval(OperatorContext context)
           
 java.lang.Object NOTEQOperator.eval(OperatorContext context)
           
 java.lang.Object OROperator.eval(OperatorContext context)
           
 java.lang.Object POWEROperator.eval(OperatorContext context)
           
 java.lang.Object XOROperator.eval(OperatorContext context)
           
 

Uses of OperatorContext in com.japisoft.formula.operator.ternary
 

Methods in com.japisoft.formula.operator.ternary with parameters of type OperatorContext
 java.lang.Object ELSEOperator.eval(OperatorContext context)
           
 

Uses of OperatorContext in com.japisoft.formula.operator.unary
 

Methods in com.japisoft.formula.operator.unary with parameters of type OperatorContext
 java.lang.Object ABSOperator.eval(OperatorContext context)
           
 java.lang.Object MINUSOperator.eval(OperatorContext context)
           
 java.lang.Object NOTOperator.eval(OperatorContext context)
           
 java.lang.Object PERCENTOperator.eval(OperatorContext context)