org.sonar.plugins.java.api.tree
Interface ContinueStatementTree
- All Superinterfaces:
- StatementTree, Tree
@Beta
public interface ContinueStatementTree
- extends StatementTree
'continue' statement.
JLS 14.16
continue ;
continue label() ;
- Since:
- Java 1.3
| 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 |
label
@Nullable
IdentifierTree label()
Copyright © 2012-2014 SonarSource. All Rights Reserved.