Class Operator
java.lang.Object
org.mariuszgromada.math.mxparser.parsertokens.Operator
Operators - mXparser tokens definition.
- Version:
- 4.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_ID
public static final int TYPE_ID- See Also:
-
TYPE_DESC
- See Also:
-
PLUS_ID
public static final int PLUS_ID- See Also:
-
MINUS_ID
public static final int MINUS_ID- See Also:
-
MULTIPLY_ID
public static final int MULTIPLY_ID- See Also:
-
DIVIDE_ID
public static final int DIVIDE_ID- See Also:
-
POWER_ID
public static final int POWER_ID- See Also:
-
FACT_ID
public static final int FACT_ID- See Also:
-
MOD_ID
public static final int MOD_ID- See Also:
-
PERC_ID
public static final int PERC_ID- See Also:
-
TETRATION_ID
public static final int TETRATION_ID- See Also:
-
PLUS_STR
- See Also:
-
MINUS_STR
- See Also:
-
MULTIPLY_STR
- See Also:
-
DIVIDE_STR
- See Also:
-
POWER_STR
- See Also:
-
FACT_STR
- See Also:
-
MOD_STR
- See Also:
-
PERC_STR
- See Also:
-
TETRATION_STR
- See Also:
-
PLUS_SYN
- See Also:
-
MINUS_SYN
- See Also:
-
MULTIPLY_SYN
- See Also:
-
DIVIDE_SYN
- See Also:
-
POWER_SYN
- See Also:
-
FACT_SYN
- See Also:
-
MOD_SYN
- See Also:
-
PERC_SYN
- See Also:
-
TETRATION_SYN
- See Also:
-
PLUS_DESC
- See Also:
-
MINUS_DESC
- See Also:
-
MULTIPLY_DESC
- See Also:
-
DIVIDE_DESC
- See Also:
-
POWER_DESC
- See Also:
-
FACT_DESC
- See Also:
-
MOD_DESC
- See Also:
-
PERC_DESC
- See Also:
-
TETRATION_DESC
- See Also:
-
PLUS_SINCE
- See Also:
-
MINUS_SINCE
- See Also:
-
MULTIPLY_SINCE
- See Also:
-
DIVIDE_SINCE
- See Also:
-
POWER_SINCE
- See Also:
-
FACT_SINCE
- See Also:
-
MOD_SINCE
- See Also:
-
PERC_SINCE
- See Also:
-
TETRATION_SINCE
- See Also:
-
-
Constructor Details
-
Operator
public Operator()
-