Uses of Class
omix.mathxp.MathOperation.Operator
Package | Description |
---|---|
omix.mathxp | |
omix.mathxp.util |
-
Uses of MathOperation.Operator in omix.mathxp
Methods in omix.mathxp that return MathOperation.Operator Modifier and Type Method Description MathOperation.Operator
MathOperation. getOperator()
static MathOperation.Operator
MathOperation.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static MathOperation.Operator[]
MathOperation.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.mathxp with parameters of type MathOperation.Operator Modifier and Type Method Description void
MathOperation. setOperator(MathOperation.Operator operator)
Constructors in omix.mathxp with parameters of type MathOperation.Operator Constructor Description MathOperation(MathOperation.Operator opt, int startToken, MathExpression val)
MathOperation(MathOperation.Operator opt, MathExpression val)
MathOperation(MathOperation.Operator opt, MathExpression lval, int operatorToken, MathExpression rval)
MathOperation(MathOperation.Operator opt, MathExpression lval, MathExpression rval)
-
Uses of MathOperation.Operator in omix.mathxp.util
Fields in omix.mathxp.util declared as MathOperation.Operator Modifier and Type Field Description MathOperation.Operator
Error.IllegalOperator. operator
Constructors in omix.mathxp.util with parameters of type MathOperation.Operator Constructor Description IllegalOperator(MathOperation.Operator operator)