public class NotTestExpression extends TestExpression
| Constructor and Description |
|---|
NotTestExpression(TestExpression testExpression) |
| Modifier and Type | Method and Description |
|---|---|
static TestExpression |
create(java.lang.Boolean isNot,
TestExpression nested) |
TestExpression |
getTestExpression() |
public NotTestExpression(TestExpression testExpression)
public static TestExpression create(java.lang.Boolean isNot, TestExpression nested)
public TestExpression getTestExpression()