Class BooleanOperator
java.lang.Object
org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
Boolean Operators - mXparser tokens definition.
- Version:
- 4.1.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 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 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 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 String
static final String
static final String
static final String
static final int
static final String
static final int
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_ID
public static final int TYPE_ID- See Also:
-
TYPE_DESC
- See Also:
-
AND_ID
public static final int AND_ID- See Also:
-
NAND_ID
public static final int NAND_ID- See Also:
-
OR_ID
public static final int OR_ID- See Also:
-
NOR_ID
public static final int NOR_ID- See Also:
-
XOR_ID
public static final int XOR_ID- See Also:
-
IMP_ID
public static final int IMP_ID- See Also:
-
CIMP_ID
public static final int CIMP_ID- See Also:
-
NIMP_ID
public static final int NIMP_ID- See Also:
-
CNIMP_ID
public static final int CNIMP_ID- See Also:
-
EQV_ID
public static final int EQV_ID- See Also:
-
NEG_ID
public static final int NEG_ID- See Also:
-
NEG_STR
- See Also:
-
AND_STR
- See Also:
-
AND1_STR
- See Also:
-
AND2_STR
- See Also:
-
NAND_STR
- See Also:
-
NAND1_STR
- See Also:
-
NAND2_STR
- See Also:
-
OR_STR
- See Also:
-
OR1_STR
- See Also:
-
OR2_STR
- See Also:
-
NOR_STR
- See Also:
-
NOR1_STR
- See Also:
-
NOR2_STR
- See Also:
-
XOR_STR
- See Also:
-
IMP_STR
- See Also:
-
CIMP_STR
- See Also:
-
NIMP_STR
- See Also:
-
CNIMP_STR
- See Also:
-
EQV_STR
- See Also:
-
NEG_SYN
- See Also:
-
AND_SYN
- See Also:
-
AND1_SYN
- See Also:
-
AND2_SYN
- See Also:
-
NAND_SYN
- See Also:
-
NAND1_SYN
- See Also:
-
NAND2_SYN
- See Also:
-
OR_SYN
- See Also:
-
OR1_SYN
- See Also:
-
OR2_SYN
- See Also:
-
NOR_SYN
- See Also:
-
NOR1_SYN
- See Also:
-
NOR2_SYN
- See Also:
-
XOR_SYN
- See Also:
-
IMP_SYN
- See Also:
-
CIMP_SYN
- See Also:
-
NIMP_SYN
- See Also:
-
CNIMP_SYN
- See Also:
-
EQV_SYN
- See Also:
-
AND_DESC
- See Also:
-
OR_DESC
- See Also:
-
NEG_DESC
- See Also:
-
NAND_DESC
- See Also:
-
NOR_DESC
- See Also:
-
XOR_DESC
- See Also:
-
IMP_DESC
- See Also:
-
CIMP_DESC
- See Also:
-
NIMP_DESC
- See Also:
-
CNIMP_DESC
- See Also:
-
EQV_DESC
- See Also:
-
AND_SINCE
- See Also:
-
OR_SINCE
- See Also:
-
NEG_SINCE
- See Also:
-
NAND_SINCE
- See Also:
-
NOR_SINCE
- See Also:
-
XOR_SINCE
- See Also:
-
IMP_SINCE
- See Also:
-
CIMP_SINCE
- See Also:
-
NIMP_SINCE
- See Also:
-
CNIMP_SINCE
- See Also:
-
EQV_SINCE
- See Also:
-
-
Constructor Details
-
BooleanOperator
public BooleanOperator()
-