public interface AssertStatementT extends SimpleStatementT
assert enabled == true; assert(enabled == true); assert enabled == true: "Not enabled";If there is a second expression and the condition evaluates to false, then the second expression is evaluated and then converted to a String used to create a new AssertionError.
EMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
ExpressionT | 
getOutputExpression()
Valid for "assert" statements. 
 | 
getExpression, getExpressionNamegetStatementLabelsaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyExpressionT getOutputExpression()