Package org.junit.platform.launcher.tagexpression
package org.junit.platform.launcher.tagexpression
The tag expression language parser and related support classes.
-
ClassDescriptionDequeStack<T>The result of attempting to parse a
TagExpression
.This is based on a modified version of the Shunting-yard algorithm.Stack<T>A tag expression can be evaluated against a collection of tags to determine if they match the expression.TokenWith<T>