Uses of Class
org.objectweb.medor.expression.api.MalformedExpressionException

Packages that use MalformedExpressionException
org.objectweb.medor.expression.api   
org.objectweb.medor.expression.lib   
org.objectweb.medor.expression.parser.api   
org.objectweb.medor.expression.parser.lib   
 

Uses of MalformedExpressionException in org.objectweb.medor.expression.api
 

Methods in org.objectweb.medor.expression.api that throw MalformedExpressionException
 Operand Expression.compileExpression()
          Checks the semantic integrity of an expression.
 

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

Methods in org.objectweb.medor.expression.lib that throw MalformedExpressionException
 Operand BasicBinaryArithmeticOperator.compileExpression()
           
 Operand BasicBinaryLogicalOperator.compileExpression()
           
 Operand BasicComparator.compileExpression()
           
protected  int BasicOperator.checkOperands(org.objectweb.jorm.type.api.PType[][] expectedTypes)
          checks the expected type as parameter of this operator.
protected  void BasicOperator.compileOperands()
           
 Operand BasicUnaryArithmeticOperator.compileExpression()
           
 Operand BasicUnaryLogicalOperator.compileExpression()
           
 Operand Concat.compileExpression()
           
 Operand FirstLocate.compileExpression()
           
 Operand IndexedLocate.compileExpression()
           
 Operand Length.compileExpression()
           
 Operand Like.compileExpression()
          compiles the operator: - compiles operands - verify type of parameter - compute the result holder (operand) - try to compile the pattern matcher if the filter is already defined
 Operand Round.compileExpression()
           
 Operand Sqrt.compileExpression()
           
 Operand StringLower.compileExpression()
           
 Operand StringUpper.compileExpression()
           
 Operand Substring.compileExpression()
           
 Operand TypeConverter.compileExpression()
           
 

Constructors in org.objectweb.medor.expression.lib that throw MalformedExpressionException
TypeConverter(org.objectweb.jorm.type.api.PType newType)
          Builds a TypeConverter.
TypeConverter(Expression operand, org.objectweb.jorm.type.api.PType newType)
          Builds a TypeConverter.
 

Uses of MalformedExpressionException in org.objectweb.medor.expression.parser.api
 

Methods in org.objectweb.medor.expression.parser.api that throw MalformedExpressionException
 org.objectweb.jorm.type.api.PType ParameterTypeProvider.getParameterPType(java.lang.String paramName)
          Returns the PType of a parameter, identified by its name.
 

Uses of MalformedExpressionException in org.objectweb.medor.expression.parser.lib
 

Methods in org.objectweb.medor.expression.parser.lib that throw MalformedExpressionException
 Expression ReplaceStringPlusByConcat.rewrite(Expression e)
          replaces the plus operator between string to the concat operator.