@Beta public interface ContinueStatementTree extends StatementTree
continue ;
continue label() ;
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
continueKeyword() |
IdentifierTree |
label() |
SyntaxToken |
semicolonToken() |
SyntaxToken continueKeyword()
@Nullable IdentifierTree label()
@Nullable SyntaxToken semicolonToken()
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.