Package | Description |
---|---|
org.junit.platform.launcher.tagexpression |
The tag expression language parser and related support classes.
|
Modifier and Type | Field and Description |
---|---|
private Operator.TagExpressionCreator |
Operator.tagExpressionCreator |
Constructor and Description |
---|
Operator(java.lang.String representation,
int precedence,
int arity,
Operator.Associativity associativity,
Operator.TagExpressionCreator tagExpressionCreator) |