Package org.objectweb.medor.expression.lib

Class Summary
Abs  
And  
BasicBinaryArithmeticOperator  
BasicBinaryLogicalOperator  
BasicBinaryOperator  
BasicComparator  
BasicOperand  
BasicOperator  
BasicParameterOperand  
BasicUnaryArithmeticOperator  
BasicUnaryLogicalOperator  
BasicUnaryOperator  
BasicVariableOperand  
Bitwize  
Concat  
ConditionalAnd  
ConditionalOr  
DivideBy  
Equal  
ExpressionPrinter  
FirstLocate  
Greater This class implements the QueryComparator interface; it represents ">" mathematical comparator.
GreaterEqual This class implements the QueryComparator interface; it represents ">=" mathematical comparator.
IndexedLocate Operator representing the search for a substring within a given input string, starting at a given index.
Length  
Like  
Lower This class implements the QueryComparator interface; it represents "<" mathematical comparator.
LowerEqual This class implements the QueryComparator interface; it represents "<=" mathematical comparator.
Minus  
Mod This class represents the Modulo operator.
Mult  
Not  
NotEqual  
Or  
Plus This operator operates on the numeric Types and the string Type.
Sqrt  
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.
UMinus