Package org.objectweb.medor.expression.api

Interface Summary

BinaryArithmeticOperator This interface represents a binary arithmetic operation (+, -, ...).
BinaryLogicalOperator This interface represents a binary logical opertaion(and, or, ...)
BinaryOperator
CalculatedParameterOperand This interface represents a ParameterOperand which must be evaluate.
Comparator This interface represents a mathematical comparator.
Expression This interface represents an arithmetic and/or a boolean expression.
Operand This interface represents a byte, char, int,...or an object value.
Operator
ParameterOperand
UnaryArithmeticOperator
UnaryLogicalOperator
UnaryOperator
VariableOperand This Interface extends a simple operand.

Class Summary

ExpressionException Specialisation of MedorException for problems related to Expressions.
MalformedExpressionException Specialisation of ExpressionException when Expression are malformed
TypingException Extension of MedorException for typing related problems.