class TagExpressions
extends java.lang.Object
| Constructor and Description |
|---|
TagExpressions() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static TagExpression |
and(TagExpression lhs,
TagExpression rhs) |
(package private) static TagExpression |
not(TagExpression toNegate) |
(package private) static TagExpression |
or(TagExpression lhs,
TagExpression rhs) |
(package private) static TagExpression |
tag(java.lang.String tag) |
static TagExpression tag(java.lang.String tag)
static TagExpression not(TagExpression toNegate)
static TagExpression and(TagExpression lhs, TagExpression rhs)
static TagExpression or(TagExpression lhs, TagExpression rhs)