Uses of Class
org.junit.platform.launcher.tagexpression.Operator.Associativity
-
Packages that use Operator.Associativity Package Description org.junit.platform.launcher.tagexpression 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.Associativity Modifier and Type Field Description private Operator.Associativity
Operator. associativity
Methods in org.junit.platform.launcher.tagexpression that return Operator.Associativity Modifier and Type Method Description static Operator.Associativity
Operator.Associativity. valueOf(java.lang.String name)
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.Associativity Modifier and Type Method Description (package private) static Operator
Operator. binaryOperator(java.lang.String representation, int precedence, Operator.Associativity associativity, java.util.function.BiFunction<TagExpression,TagExpression,TagExpression> binaryExpression)
(package private) static Operator
Operator. unaryOperator(java.lang.String representation, int precedence, Operator.Associativity associativity, java.util.function.Function<TagExpression,TagExpression> unaryExpression)
Constructors in org.junit.platform.launcher.tagexpression with parameters of type Operator.Associativity Constructor Description Operator(java.lang.String representation, int precedence, int arity, Operator.Associativity associativity, Operator.TagExpressionCreator tagExpressionCreator)
-