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 PrecedenceMatrixBinaryOperator.precedenceThe precedence of this MBinaryOperator object.private final PrecedenceMBinaryOperator.precedenceThe precedence of this MBinaryOperator object.private final PrecedenceMUnaryPostOperator.precedenceThe precedence of this MUnaryPostOperator object.Methods in math.matrix.expressParser that return PrecedenceModifier and TypeMethodDescriptionMatrixBinaryOperator.getPrecedence()static PrecedenceMatrixOperator.getPrecedence(String name) The precedence of the operatorsMBinaryOperator.getPrecedence()static PrecedenceMOperator.getPrecedence(String name) The precedence of the operatorsMUnaryPostOperator.getPrecedence() -
Uses of Precedence in parser
Fields in parser declared as PrecedenceModifier and TypeFieldDescriptionprivate final PrecedenceBinaryOperator.precedenceThe precedence of this BinaryOperator object.private final PrecedenceLogicOperator.precedenceThe precedence of this LogicOperator object.private final PrecedenceUnaryPostOperator.precedenceThe precedence of this UnaryPostOperator object.private final PrecedenceUnaryPreOperator.precedenceThe precedence of this BinaryOperator object.Methods in parser that return PrecedenceModifier and TypeMethodDescriptionBinaryOperator.getPrecedence()LogicOperator.getPrecedence()static PrecedenceOperator.getPrecedence(String name) The precedence of the operatorsUnaryPostOperator.getPrecedence()UnaryPreOperator.getPrecedence()