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

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

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

Subclasses of BasicExpression in org.objectweb.medor.expression.lib
 class Abs
           
 class AbstractCalculatedParameterOperand
           
 class And
           
 class BasicBinaryArithmeticOperator
           
 class BasicBinaryLogicalOperator
           
 class BasicBinaryOperator
           
 class BasicComparator
           
 class BasicOperand
           
 class BasicOperator
           
 class BasicParameterOperand
           
 class BasicUnaryArithmeticOperator
           
 class BasicUnaryLogicalOperator
           
 class BasicUnaryOperator
           
 class BasicVariableOperand
           
 class Bitwize
           
 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 IndexedLocate
          Operator representing the search for a substring within a given input string, starting at a given index.
 class Length
           
 class Like
          Is an operator representing the LIKE or the NOT LIKE operator.
 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 Not
           
 class NotEqual
           
 class Or
           
 class Plus
          This operator operates on the numeric Types and the string Type.
 class Round
           
 class Sqrt
           
 class StringComparatorParameterOperand
          This class defines a parameter operand to use for string comparison such as a like expression.
 class StringLower
           
 class StringUpper
          Is an operator to upper string operand.
 class Substring
          Operator representing the substring extraction given a String, a first integer to start from and a second integer indicating the length of the required substring.
 class TypeConverter
          This unary operator permit to change the type of an expression to another.
 class UMinus
           
 

Constructors in org.objectweb.medor.expression.lib with parameters of type BasicExpression
BasicExpression(BasicExpression be)