Uses of Class
org.objectweb.medor.expression.lib.BasicBinaryOperator

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

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

Subclasses of BasicBinaryOperator in org.objectweb.medor.expression.lib
 class And
           
 class BasicBinaryArithmeticOperator
           
 class BasicBinaryLogicalOperator
           
 class BasicComparator
           
 class Concat
           
 class ConditionalAnd
           
 class ConditionalOr
           
 class DivideBy
           
 class Equal
           
 class FirstLocate
           
 class Greater
          This class implements the QueryComparator interface; it represents ">" mathematical comparator.
 class GreaterEqual
          This class implements the QueryComparator interface; it represents ">=" mathematical comparator.
 class Lower
          This class implements the QueryComparator interface; it represents "<" mathematical comparator.
 class LowerEqual
          This class implements the QueryComparator interface; it represents "<=" mathematical comparator.
 class Minus
           
 class Mod
          This class represents the Modulo operator.
 class Mult
           
 class NotEqual
           
 class Or
           
 class Plus
          This operator operates on the numeric Types and the string Type.