Uses of Class
parser.Precedence
Packages that use Precedence
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of Precedence in math.matrix.expressParser
Fields in math.matrix.expressParser declared as PrecedenceModifier and TypeFieldDescriptionprivate final Precedence
MatrixBinaryOperator.precedence
The precedence of this MBinaryOperator object.private final Precedence
MBinaryOperator.precedence
The precedence of this MBinaryOperator object.private final Precedence
MUnaryPostOperator.precedence
The precedence of this MUnaryPostOperator object.Methods in math.matrix.expressParser that return PrecedenceModifier and TypeMethodDescriptionMatrixBinaryOperator.getPrecedence()
static Precedence
MatrixOperator.getPrecedence
(String name) The precedence of the operatorsMBinaryOperator.getPrecedence()
static Precedence
MOperator.getPrecedence
(String name) The precedence of the operatorsMUnaryPostOperator.getPrecedence()
-
Uses of Precedence in parser
Fields in parser declared as PrecedenceModifier and TypeFieldDescriptionprivate final Precedence
BinaryOperator.precedence
The precedence of this BinaryOperator object.private final Precedence
LogicOperator.precedence
The precedence of this LogicOperator object.private final Precedence
UnaryPostOperator.precedence
The precedence of this UnaryPostOperator object.private final Precedence
UnaryPreOperator.precedence
The precedence of this BinaryOperator object.Methods in parser that return PrecedenceModifier and TypeMethodDescriptionBinaryOperator.getPrecedence()
LogicOperator.getPrecedence()
static Precedence
Operator.getPrecedence
(String name) The precedence of the operatorsUnaryPostOperator.getPrecedence()
UnaryPreOperator.getPrecedence()