org.objectweb.medor.expression.api
Interface UnaryArithmeticOperator
- org.objectweb.medor.clone.api.Cloneable, Expression, Operator, Serializable, UnaryOperator
- Abs, BasicUnaryArithmeticOperator, Bitwize, UMinus
public interface UnaryArithmeticOperator
- Sebastien Chassande-Barrioz
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 |
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;
|
evaluate
public int evaluate(byte op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : byte
- an byte result as in Java programming language
evaluate
public double evaluate(double op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : double
- a double result as in Java programming language
evaluate
public float evaluate(float op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : float
- a float result as in Java programming language
evaluate
public int evaluate(int op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : int
- an int result as in Java programming language
evaluate
public long evaluate(long op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : long
- a long result as in Java programming language
evaluate
public int evaluate(short op)
throws TypingException
This fonction evaluate the comaparison between two numerics variables;
op
- : short
- a short result as in Java programming language