| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ContinueStatementTree |
JavaScriptGrammar.CONTINUE_STATEMENT() |
ContinueStatementTree |
JavaScriptGrammar.CONTINUE_WITH_LABEL() |
ContinueStatementTree |
JavaScriptGrammar.CONTINUE_WITHOUT_LABEL() |
ContinueStatementTree |
TreeFactory.continueWithLabel(InternalSyntaxToken continueToken,
InternalSyntaxToken labelToken,
Tree semicolonToken) |
ContinueStatementTree |
TreeFactory.continueWithoutLabel(InternalSyntaxToken continueToken,
Tree semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinueStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitContinueStatement(ContinueStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.