Interface IExpressionEvaluator
-
- All Known Implementing Classes:
ExpressionEvaluator
,ExpressionEvaluatorUI
public interface IExpressionEvaluator
-
-
Field Summary
-
-
-
Field Detail
-
RESET
static final String RESET
Generic/Numeric and Sign variables- See Also:
- Constant Field Values
-
PLUS
static final String PLUS
- See Also:
- Constant Field Values
-
MINUS
static final String MINUS
- See Also:
- Constant Field Values
-
MULTIPLY
static final String MULTIPLY
- See Also:
- Constant Field Values
-
DIVISION
static final String DIVISION
- See Also:
- Constant Field Values
-
PLUSMINUS
static final String PLUSMINUS
- See Also:
- Constant Field Values
-
FRACTION
static final String FRACTION
- See Also:
- Constant Field Values
-
EQUALS
static final String EQUALS
- See Also:
- Constant Field Values
-
MODULUS
static final String MODULUS
- See Also:
- Constant Field Values
-
CLEAR
static final String CLEAR
- See Also:
- Constant Field Values
-
LEFTBRACE
static final String LEFTBRACE
- See Also:
- Constant Field Values
-
RIGHTBRACE
static final String RIGHTBRACE
- See Also:
- Constant Field Values
-
EXPRESSIONEVALUATOR
static final String EXPRESSIONEVALUATOR
Message Variables- See Also:
- Constant Field Values
-
WRONGINPUT
static final String WRONGINPUT
- See Also:
- Constant Field Values
-
EXPRESSIONLABEL
static final String EXPRESSIONLABEL
- See Also:
- Constant Field Values
-
RESULTLABEL
static final String RESULTLABEL
- See Also:
- Constant Field Values
-
ABS
static final String ABS
Function Varaibles- See Also:
- Constant Field Values
-
SIN
static final String SIN
- See Also:
- Constant Field Values
-
COS
static final String COS
- See Also:
- Constant Field Values
-
TAN
static final String TAN
- See Also:
- Constant Field Values
-
ASIN
static final String ASIN
- See Also:
- Constant Field Values
-
ACOS
static final String ACOS
- See Also:
- Constant Field Values
-
ATAN
static final String ATAN
- See Also:
- Constant Field Values
-
ATAN2
static final String ATAN2
- See Also:
- Constant Field Values
-
EXP
static final String EXP
- See Also:
- Constant Field Values
-
LOG
static final String LOG
- See Also:
- Constant Field Values
-
SQRT
static final String SQRT
- See Also:
- Constant Field Values
-
CEIL
static final String CEIL
- See Also:
- Constant Field Values
-
FLOOR
static final String FLOOR
- See Also:
- Constant Field Values
-
RINT
static final String RINT
- See Also:
- Constant Field Values
-
ROUND
static final String ROUND
- See Also:
- Constant Field Values
-
RANDOM
static final String RANDOM
- See Also:
- Constant Field Values
-
POW
static final String POW
- See Also:
- Constant Field Values
-
MIN
static final String MIN
- See Also:
- Constant Field Values
-
MAX
static final String MAX
- See Also:
- Constant Field Values
-
SIGNEDLEFTSHIFT
static final String SIGNEDLEFTSHIFT
- See Also:
- Constant Field Values
-
SIGNEDRIGHTSHIFT
static final String SIGNEDRIGHTSHIFT
- See Also:
- Constant Field Values
-
UNSIGNEDRIGHTSHIFT
static final String UNSIGNEDRIGHTSHIFT
- See Also:
- Constant Field Values
-
BITWISEOR
static final String BITWISEOR
- See Also:
- Constant Field Values
-
BITWISEAND
static final String BITWISEAND
- See Also:
- Constant Field Values
-
BITWISECOMPLEMENT
static final String BITWISECOMPLEMENT
- See Also:
- Constant Field Values
-
GREATERTHANEQUALTO
static final String GREATERTHANEQUALTO
- See Also:
- Constant Field Values
-
GREATERTHAN
static final String GREATERTHAN
- See Also:
- Constant Field Values
-
LESSTHANEQUALTO
static final String LESSTHANEQUALTO
- See Also:
- Constant Field Values
-
LESSTHAN
static final String LESSTHAN
- See Also:
- Constant Field Values
-
NOTEQUALTO
static final String NOTEQUALTO
- See Also:
- Constant Field Values
-
EQUALTO
static final String EQUALTO
- See Also:
- Constant Field Values
-
-