@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()
SyntaxToken semicolonToken()
Copyright © 2012–2017 SonarSource. All rights reserved.