Class Operator
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.parsertokens.Operator
-
public final class Operator extends Object
Operators - mXparser tokens definition.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Operator()
-
-
-
Field Detail
-
TYPE_ID
public static final int TYPE_ID
- See Also:
- Constant Field Values
-
TYPE_DESC
public static final String TYPE_DESC
- See Also:
- Constant Field Values
-
PLUS_ID
public static final int PLUS_ID
- See Also:
- Constant Field Values
-
MINUS_ID
public static final int MINUS_ID
- See Also:
- Constant Field Values
-
MULTIPLY_ID
public static final int MULTIPLY_ID
- See Also:
- Constant Field Values
-
DIVIDE_ID
public static final int DIVIDE_ID
- See Also:
- Constant Field Values
-
POWER_ID
public static final int POWER_ID
- See Also:
- Constant Field Values
-
FACT_ID
public static final int FACT_ID
- See Also:
- Constant Field Values
-
MOD_ID
public static final int MOD_ID
- See Also:
- Constant Field Values
-
PERC_ID
public static final int PERC_ID
- See Also:
- Constant Field Values
-
TETRATION_ID
public static final int TETRATION_ID
- See Also:
- Constant Field Values
-
SQUARE_ROOT_ID
public static final int SQUARE_ROOT_ID
- See Also:
- Constant Field Values
-
CUBE_ROOT_ID
public static final int CUBE_ROOT_ID
- See Also:
- Constant Field Values
-
FOURTH_ROOT_ID
public static final int FOURTH_ROOT_ID
- See Also:
- Constant Field Values
-
PLUS_STR
public static final String PLUS_STR
- See Also:
- Constant Field Values
-
MINUS_STR
public static final String MINUS_STR
- See Also:
- Constant Field Values
-
MULTIPLY_STR
public static final String MULTIPLY_STR
- See Also:
- Constant Field Values
-
MULTIPLY_STR_UNI_1
public static final String MULTIPLY_STR_UNI_1
- See Also:
- Constant Field Values
-
MULTIPLY_STR_UNI_2
public static final String MULTIPLY_STR_UNI_2
- See Also:
- Constant Field Values
-
MULTIPLY_STR_UNI_3
public static final String MULTIPLY_STR_UNI_3
- See Also:
- Constant Field Values
-
DIVIDE_STR
public static final String DIVIDE_STR
- See Also:
- Constant Field Values
-
DIVIDE_STR_UNI_1
public static final String DIVIDE_STR_UNI_1
- See Also:
- Constant Field Values
-
POWER_STR
public static final String POWER_STR
- See Also:
- Constant Field Values
-
FACT_STR
public static final String FACT_STR
- See Also:
- Constant Field Values
-
MOD_STR
public static final String MOD_STR
- See Also:
- Constant Field Values
-
PERC_STR
public static final String PERC_STR
- See Also:
- Constant Field Values
-
TETRATION_STR
public static final String TETRATION_STR
- See Also:
- Constant Field Values
-
SQUARE_ROOT_STR
public static final String SQUARE_ROOT_STR
- See Also:
- Constant Field Values
-
CUBE_ROOT_STR
public static final String CUBE_ROOT_STR
- See Also:
- Constant Field Values
-
FOURTH_ROOT_STR
public static final String FOURTH_ROOT_STR
- See Also:
- Constant Field Values
-
PLUS_SYN
public static final String PLUS_SYN
-
MINUS_SYN
public static final String MINUS_SYN
-
MULTIPLY_SYN
public static final String MULTIPLY_SYN
-
MULTIPLY_SYN_UNI_1
public static final String MULTIPLY_SYN_UNI_1
-
MULTIPLY_SYN_UNI_2
public static final String MULTIPLY_SYN_UNI_2
-
MULTIPLY_SYN_UNI_3
public static final String MULTIPLY_SYN_UNI_3
-
DIVIDE_SYN
public static final String DIVIDE_SYN
-
DIVIDE_SYN_UNI_1
public static final String DIVIDE_SYN_UNI_1
-
POWER_SYN
public static final String POWER_SYN
-
FACT_SYN
public static final String FACT_SYN
-
MOD_SYN
public static final String MOD_SYN
-
PERC_SYN
public static final String PERC_SYN
-
TETRATION_SYN
public static final String TETRATION_SYN
-
SQUARE_ROOT_SYN
public static final String SQUARE_ROOT_SYN
-
CUBE_ROOT_SYN
public static final String CUBE_ROOT_SYN
-
FOURTH_ROOT_SYN
public static final String FOURTH_ROOT_SYN
-
PLUS_DESC
public static final String PLUS_DESC
- See Also:
- Constant Field Values
-
MINUS_DESC
public static final String MINUS_DESC
- See Also:
- Constant Field Values
-
MULTIPLY_DESC
public static final String MULTIPLY_DESC
- See Also:
- Constant Field Values
-
DIVIDE_DESC
public static final String DIVIDE_DESC
- See Also:
- Constant Field Values
-
POWER_DESC
public static final String POWER_DESC
- See Also:
- Constant Field Values
-
FACT_DESC
public static final String FACT_DESC
- See Also:
- Constant Field Values
-
MOD_DESC
public static final String MOD_DESC
- See Also:
- Constant Field Values
-
PERC_DESC
public static final String PERC_DESC
- See Also:
- Constant Field Values
-
TETRATION_DESC
public static final String TETRATION_DESC
- See Also:
- Constant Field Values
-
SQUARE_ROOT_DESC
public static final String SQUARE_ROOT_DESC
- See Also:
- Constant Field Values
-
CUBE_ROOT_DESC
public static final String CUBE_ROOT_DESC
- See Also:
- Constant Field Values
-
FOURTH_ROOT_DESC
public static final String FOURTH_ROOT_DESC
- See Also:
- Constant Field Values
-
PLUS_SINCE
public static final String PLUS_SINCE
- See Also:
- Constant Field Values
-
MINUS_SINCE
public static final String MINUS_SINCE
- See Also:
- Constant Field Values
-
MULTIPLY_SINCE
public static final String MULTIPLY_SINCE
- See Also:
- Constant Field Values
-
MULTIPLY_SINCE_UNI_1
public static final String MULTIPLY_SINCE_UNI_1
- See Also:
- Constant Field Values
-
MULTIPLY_SINCE_UNI_2
public static final String MULTIPLY_SINCE_UNI_2
- See Also:
- Constant Field Values
-
MULTIPLY_SINCE_UNI_3
public static final String MULTIPLY_SINCE_UNI_3
- See Also:
- Constant Field Values
-
DIVIDE_SINCE
public static final String DIVIDE_SINCE
- See Also:
- Constant Field Values
-
DIVIDE_SINCE_UNI_1
public static final String DIVIDE_SINCE_UNI_1
- See Also:
- Constant Field Values
-
POWER_SINCE
public static final String POWER_SINCE
- See Also:
- Constant Field Values
-
FACT_SINCE
public static final String FACT_SINCE
- See Also:
- Constant Field Values
-
MOD_SINCE
public static final String MOD_SINCE
- See Also:
- Constant Field Values
-
PERC_SINCE
public static final String PERC_SINCE
- See Also:
- Constant Field Values
-
TETRATION_SINCE
public static final String TETRATION_SINCE
- See Also:
- Constant Field Values
-
SQUARE_ROOT_SINCE
public static final String SQUARE_ROOT_SINCE
- See Also:
- Constant Field Values
-
CUBE_ROOT_SINCE
public static final String CUBE_ROOT_SINCE
- See Also:
- Constant Field Values
-
FOURTH_ROOT_SINCE
public static final String FOURTH_ROOT_SINCE
- See Also:
- Constant Field Values
-
-