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