StatementTree
, Tree
ContinueStatementTreeImpl
@Beta public interface ContinueStatementTree extends StatementTree
continue ;
continue label()
;
Modifier and Type | Method | Description |
---|---|---|
SyntaxToken |
continueKeyword() |
|
IdentifierTree |
label() |
|
SyntaxToken |
semicolonToken() |
SyntaxToken continueKeyword()
@Nullable IdentifierTree label()
SyntaxToken semicolonToken()
Copyright © 2012–2018 SonarSource. All rights reserved.