org.sonar.javascript.model
Interface ContinueStatementTree
- All Superinterfaces:
- SourceElementTree, StatementTree, Tree
- All Known Implementing Classes:
- TreeImpl.ContinueStatementTreeImpl
public interface ContinueStatementTree
- extends StatementTree
continue Statement.
continue ;
continue label() ;
This interface is not intended to be implemented by clients.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
label
@Nullable
IdentifierTree label()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.