Uses of Enum
org.junit.platform.launcher.tagexpression.Operator.Associativity
Packages that use Operator.Associativity
Package
Description
The tag expression language parser and related support classes.
-
Uses of Operator.Associativity in org.junit.platform.launcher.tagexpression
Fields in org.junit.platform.launcher.tagexpression declared as Operator.AssociativityMethods in org.junit.platform.launcher.tagexpression that return Operator.AssociativityModifier and TypeMethodDescriptionstatic Operator.Associativity
Returns the enum constant of this type with the specified name.static Operator.Associativity[]
Operator.Associativity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.launcher.tagexpression with parameters of type Operator.AssociativityModifier and TypeMethodDescription(package private) static Operator
Operator.binaryOperator
(String representation, int precedence, Operator.Associativity associativity, BiFunction<TagExpression, TagExpression, TagExpression> binaryExpression) (package private) static Operator
Operator.unaryOperator
(String representation, int precedence, Operator.Associativity associativity, Function<TagExpression, TagExpression> unaryExpression) Constructors in org.junit.platform.launcher.tagexpression with parameters of type Operator.AssociativityModifierConstructorDescriptionprivate
Operator
(String representation, int precedence, int arity, Operator.Associativity associativity, Operator.TagExpressionCreator tagExpressionCreator)