Package org.sonar.plugins.java.api.tree
Interface AssertStatementTree
- All Superinterfaces:
StatementTree
,Tree
- All Known Implementing Classes:
AssertStatementTreeImpl
'assert' statement.
JLS 14.10
assertcondition()
; assertcondition()
:detail()
;
- Since:
- Java 1.4
-
Nested Class Summary
-
Method Summary
-
Method Details
-
assertKeyword
SyntaxToken assertKeyword() -
condition
ExpressionTree condition() -
colonToken
-
detail
-
semicolonToken
SyntaxToken semicolonToken()
-