| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
SwitchStatementTree |
JavaScriptGrammar.SWITCH_STATEMENT() |
SwitchStatementTree |
TreeFactory.switchStatement(InternalSyntaxToken switchToken,
InternalSyntaxToken openParenthesis,
ExpressionTree expression,
InternalSyntaxToken closeParenthesis,
InternalSyntaxToken openCurly,
com.sonar.sslr.api.typed.Optional<List<SwitchClauseTree>> switchCases,
InternalSyntaxToken closeCurly) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitSwitchStatement(SwitchStatementTree tree) |
void |
ScopeVisitor.visitSwitchStatement(SwitchStatementTree tree) |
void |
HoistedSymbolVisitor.visitSwitchStatement(SwitchStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitSwitchStatement(SwitchStatementTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.