public interface AssertStatement extends Statement
[JLS3:14.10] The assert Statement
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the assertion expression.
|
Expression |
getMessage()
Returns the assertion expression.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getExpression()
Expression getMessage()
null
if it is not specifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.