Uses of Interface
org.objectweb.medor.expression.api.BinaryArithmeticOperator

Packages that use BinaryArithmeticOperator
org.objectweb.medor.expression.lib   
 

Uses of BinaryArithmeticOperator in org.objectweb.medor.expression.lib
 

Classes in org.objectweb.medor.expression.lib that implement BinaryArithmeticOperator
 class BasicBinaryArithmeticOperator
           
 class DivideBy
           
 class Minus
           
 class Mod
          This class represents the Modulo operator.
 class Mult
           
 class Plus
          This operator operates on the numeric Types and the string Type.