Frames | No Frames |
Methods which throw type org.objectweb.medor.expression.api.TypingException | |
Date | BasicBinaryArithmeticOperator.evaluate(Date op1, Date op2) |
Date | |
Date | |
Date | |
Date | |
Date | |
String | BasicBinaryArithmeticOperator.evaluate(String op1, String op2) |
String | |
String | |
String | |
String | |
String | |
String | BasicBinaryArithmeticOperator.evaluate(String op1, char op2) |
String | |
String | |
String | |
String | |
String | |
Time | |
Time | |
Time | |
Time | |
Timestamp | |
Timestamp | |
Timestamp | |
Timestamp | |
int | This fonction evaluate the comaparison between two numerics variables;
|
String | BasicBinaryArithmeticOperator.evaluate(char op1, String op2) |
String | |
String | |
String | |
String | |
String | |
int | BasicBinaryArithmeticOperator.evaluate(char op1, char op2) |
int | |
double | This fonction evaluate the comaparison between two numerics variables;
|
float | 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 | |
BigInteger | |
boolean | |
byte | |
byte[] | |
char | |
char[] | |
Date | |
double | |
float | |
int | |
long | |
short | |
String | |
void | BasicVariableOperand.setValue(Date p) |
void | BasicVariableOperand.setValue(Object p) |
void | BasicVariableOperand.setValue(String p) |
void | BasicVariableOperand.setValue(boolean p) |
void | BasicVariableOperand.setValue(byte p) |
void | BasicVariableOperand.setValue(char p) |
void | BasicVariableOperand.setValue(double p) |
void | BasicVariableOperand.setValue(float p) |
void | BasicVariableOperand.setValue(int p) |
void | BasicVariableOperand.setValue(long p) |
void | BasicVariableOperand.setValue(short p) |
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. |
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 | UnaryArithmeticOperator.evaluate(byte op) 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 | UnaryArithmeticOperator.evaluate(double op) This fonction evaluate the comaparison between two numerics variables;
|
float | UnaryArithmeticOperator.evaluate(float op) This fonction evaluate the comaparison between two numerics variables;
|
int | UnaryArithmeticOperator.evaluate(int op) This fonction evaluate the comaparison between two numerics variables;
|
long | UnaryArithmeticOperator.evaluate(long op) This fonction evaluate the comaparison between two numerics variables;
|
int | UnaryArithmeticOperator.evaluate(short op) 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 | VariableOperand.setValue(Date p) It assigns the operand value
|
void | VariableOperand.setValue(Object p) It assigns the operand value
|
void | VariableOperand.setValue(String p) It assigns the operand value
|
void | VariableOperand.setValue(boolean p) It assigns the operand value as a boolean value
|
void | VariableOperand.setValue(byte p) It assigns the operand value
|
void | VariableOperand.setValue(char p) It assigns the operand value
|
void | VariableOperand.setValue(double p) It assigns the operand value
|
void | VariableOperand.setValue(float p) It assigns the operand value
|
void | VariableOperand.setValue(int p) It assigns the operand value
|
void | VariableOperand.setValue(long p) It assigns the operand value
|
void | VariableOperand.setValue(short p) It assigns the operand value
|