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

Uses in package org.objectweb.medor.expression.lib

Methods which throw type org.objectweb.medor.expression.api.TypingException

Date
Date
DivideBy.evaluate(Date op1, Date op2)
Date
Minus.evaluate(Date op1, Date op2)
Date
Mod.evaluate(Date op1, Date op2)
Date
Mult.evaluate(Date op1, Date op2)
Date
Plus.evaluate(Date op1, Date op2)
String
BasicBinaryArithmeticOperator.evaluate(String op1, String op2)
String
DivideBy.evaluate(String op1, String op2)
String
Minus.evaluate(String op1, String op2)
String
Mod.evaluate(String op1, String op2)
String
Mult.evaluate(String op1, String op2)
String
Plus.evaluate(String op1, String op2)
String
BasicBinaryArithmeticOperator.evaluate(String op1, char op2)
String
DivideBy.evaluate(String op1, char op2)
String
Minus.evaluate(String op1, char op2)
String
Mod.evaluate(String op1, char op2)
String
Mult.evaluate(String op1, char op2)
String
Plus.evaluate(String op1, char op2)
Time
DivideBy.evaluate(Time op1, Time op2)
Time
Minus.evaluate(Time op1, Time op2)
Time
Mult.evaluate(Time op1, Time op2)
Time
Plus.evaluate(Time op1, Time op2)
Timestamp
DivideBy.evaluate(Timestamp op1, Timestamp op2)
Timestamp
Minus.evaluate(Timestamp op1, Timestamp op2)
Timestamp
Mult.evaluate(Timestamp op1, Timestamp op2)
Timestamp
Plus.evaluate(Timestamp op1, Timestamp op2)
int
Bitwize.evaluate(byte op)
This fonction evaluate the comaparison between two numerics variables;
String
BasicBinaryArithmeticOperator.evaluate(char op1, String op2)
String
DivideBy.evaluate(char op1, String op2)
String
Minus.evaluate(char op1, String op2)
String
Mod.evaluate(char op1, String op2)
String
Mult.evaluate(char op1, String op2)
String
Plus.evaluate(char op1, String op2)
int
int
Mod.evaluate(char op1, char op2)
double
Bitwize.evaluate(double op)
This fonction evaluate the comaparison between two numerics variables;
float
Bitwize.evaluate(float op)
This fonction evaluate the comaparison between two numerics variables;
long
Bitwize.evaluate(long op)
This fonction evaluate the comaparison between two numerics variables;
int
Bitwize.evaluate(short op)
This fonction evaluate the comaparison between two numerics variables;
BigDecimal
BigInteger
boolean
byte
byte[]
char
char[]
Date
double
float
int
long
short
String
void
void
void
void
void
void
void
void
void
void
void

Uses in package org.objectweb.medor.expression.type

Methods which throw type org.objectweb.medor.expression.api.TypingException

PType
ExpressionTypeHelper.getResultType(PType type1, PType type2)
This method returns the type which would result from applying a binary operator to 2 objects of given PType.

Uses in package org.objectweb.medor.expression.api

Methods which throw type org.objectweb.medor.expression.api.TypingException

Date
BinaryArithmeticOperator.evaluate(Date op1, Date op2)
This fonction evaluate the comaparison between two java.util.Date variable;
String
BinaryArithmeticOperator.evaluate(String op1, String op2)
This fonction evaluate the comaparison between two string variable;
String
BinaryArithmeticOperator.evaluate(String op1, char op2)
This fonction evaluate the comaparison between two string variable;
int
This fonction evaluate the comaparison between two numerics variables;
String
BinaryArithmeticOperator.evaluate(char op1, String op2)
This fonction evaluate the comaparison between two characters variable;
int
BinaryArithmeticOperator.evaluate(char op1, char op2)
This fonction evaluate the comaparison between two characters variable;
double
This fonction evaluate the comaparison between two numerics variables;
float
This fonction evaluate the comaparison between two numerics variables;
int
This fonction evaluate the comaparison between two numerics variables;
long
This fonction evaluate the comaparison between two numerics variables;
int
This fonction evaluate the comaparison between two numerics variables;
BigDecimal
evalute the expression result and return a BigDecimal value
BigInteger
evalute the expression result and return a BigInteger value
boolean
get the operand result as a boolean value
byte
get the operand result as a byte value
byte[]
get the operand result as a byte[] value
char
get the operand result as a char value
char[]
get the operand result as a char[] value
Date
get the operand result a java.util.Date value
double
get the operand result as a double value
float
get the operand result as a float value
int
get the operand result as a byte value
long
get the operand result as a long value
short
get the operand result as a short value
String
evalute the expression result and return a string value
void
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value as a boolean value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value
void
It assigns the operand value