assert
statement.
For example:
assert condition ; assert condition : detail ;
Modifier and Type | Method and Description |
---|---|
public ExpressionTree | |
public ExpressionTree |
getCondition | back to summary |
---|---|
public ExpressionTree getCondition() Returns the condition being asserted.
|
getDetail | back to summary |
---|---|
public ExpressionTree getDetail() Returns the detail expression.
|