| Package | Description |
|---|---|
| org.sonar.javascript.model.internal.statement | |
| org.sonar.plugins.javascript.api.tree.statement |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaseClauseTreeImpl |
class |
DefaultClauseTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SwitchClauseTree> |
SwitchStatementTreeImpl.cases() |
| Constructor and Description |
|---|
SwitchStatementTreeImpl(InternalSyntaxToken openCurlyBrace,
List<SwitchClauseTree> cases,
InternalSyntaxToken closeCurlyBrace) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseClauseTree
|
interface |
DefaultClauseTree
|
| Modifier and Type | Method and Description |
|---|---|
List<SwitchClauseTree> |
SwitchStatementTree.cases() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.