org.sonar.plugins.java.api.tree
Interface AssertStatementTree
- All Superinterfaces:
- StatementTree, Tree
@Beta
public interface AssertStatementTree
- extends StatementTree
'assert' statement.
JLS 14.10
assert condition() ;
assert condition() : detail() ;
- Since:
- Java 1.4
| Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
Tree.Kind |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
accept, is |
condition
ExpressionTree condition()
detail
@Nullable
ExpressionTree detail()
Copyright © 2012-2014 SonarSource. All Rights Reserved.