|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary |
| Fields inherited from interface org.objectweb.medor.expression.api.Operator |
ABS, AND, AVG, BITWIZE, CONCAT, CONDAND, CONDOR, COUNT, DIV, EQUAL, FIRSTLOCATE, GREATER, GREATEREQUAL, IN, INDEXEDLOCATE, LENGTH, LOWER, LOWEREQUAL, MAX, MEMBEROF, MIN, MINUS, MOD, MULT, NAV, NOT, NOTEQUAL, NOTMEMBEROF, OR, PLUS, SQRT, STRING_LOWER, STRING_UPPER, SUBSTRING, SUM, UMINUS |
| Method Summary | |
int |
evaluate(byte op)
This fonction evaluate the comaparison between two numerics variables; |
double |
evaluate(double op)
This fonction evaluate the comaparison between two numerics variables; |
float |
evaluate(float op)
This fonction evaluate the comaparison between two numerics variables; |
int |
evaluate(int op)
This fonction evaluate the comaparison between two numerics variables; |
long |
evaluate(long op)
This fonction evaluate the comaparison between two numerics variables; |
int |
evaluate(short op)
This fonction evaluate the comaparison between two numerics variables; |
| Methods inherited from interface org.objectweb.medor.expression.api.UnaryOperator |
getExpression, setExpression |
| Methods inherited from interface org.objectweb.medor.expression.api.Operator |
getExpression, getOperandNumber, getOperatorString, setExpression |
| Methods inherited from interface org.objectweb.medor.expression.api.Expression |
compileExpression, evaluate, getType |
| Methods inherited from interface org.objectweb.medor.clone.api.Cloneable |
clone |
| Method Detail |
public int evaluate(byte op)
throws TypingException
op - : byte
TypingException
public int evaluate(short op)
throws TypingException
op - : short
TypingException
public int evaluate(int op)
throws TypingException
op - : int
TypingException
public long evaluate(long op)
throws TypingException
op - : long
TypingException
public float evaluate(float op)
throws TypingException
op - : float
TypingException
public double evaluate(double op)
throws TypingException
op - : double
TypingException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||