Class Operator
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.parsertokens.Operator
-
public final class Operator extends Object
Operators - mXparser tokens definition.- Version:
- 4.2.0
- Author:
- Mariusz Gromada
mariuszgromada.org@gmail.com
MathSpace.pl
MathParser.org - mXparser project page
mXparser on GitHub
mXparser on SourceForge
mXparser on Bitbucket
mXparser on CodePlex
Janet Sudoku - project web page
Janet Sudoku on GitHub
Janet Sudoku on CodePlex
Janet Sudoku on SourceForge
Janet Sudoku on BitBucket
Scalar Free
Scalar Pro
ScalarMath.org
-
-
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
-
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
-
DIVIDE_STR
public static final String DIVIDE_STR
- 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
-
PLUS_SYN
public static final String PLUS_SYN
- See Also:
- Constant Field Values
-
MINUS_SYN
public static final String MINUS_SYN
- See Also:
- Constant Field Values
-
MULTIPLY_SYN
public static final String MULTIPLY_SYN
- See Also:
- Constant Field Values
-
DIVIDE_SYN
public static final String DIVIDE_SYN
- See Also:
- Constant Field Values
-
POWER_SYN
public static final String POWER_SYN
- See Also:
- Constant Field Values
-
FACT_SYN
public static final String FACT_SYN
- See Also:
- Constant Field Values
-
MOD_SYN
public static final String MOD_SYN
- See Also:
- Constant Field Values
-
PERC_SYN
public static final String PERC_SYN
- See Also:
- Constant Field Values
-
TETRATION_SYN
public static final String TETRATION_SYN
- See Also:
- Constant Field Values
-
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
-
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
-
DIVIDE_SINCE
public static final String DIVIDE_SINCE
- 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
-
-