Package org.junit.platform.launcher.tagexpression
The tag expression language parser and related support classes.
-
Interface Summary Interface Description Operator.TagExpressionCreator ParseResult The result of attempting to parse aTagExpression
.Stack<T> TagExpression A tag expression can be evaluated against a collection of tags to determine if they match the expression. -
Class Summary Class Description DequeStack<T> Operator Operators Parser ParseResults ParseStatus ShuntingYard This is based on a modified version of the Shunting-yard algorithm.TagExpressions Token Tokenizer TokenWith<T> -
Enum Summary Enum Description Operator.Associativity