| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
DefaultClauseTreeImpl |
TreeFactory.defaultClause(com.sonar.sslr.api.AstNode defaultToken,
com.sonar.sslr.api.AstNode colonToken,
Optional<List<StatementTree>> statements) |
| Modifier and Type | Method and Description |
|---|---|
SwitchStatementTreeImpl |
TreeFactory.newSwitchStatement(com.sonar.sslr.api.AstNode openCurlyBrace,
Optional<List<CaseClauseTreeImpl>> caseClauseList,
Optional<TreeFactory.Tuple<DefaultClauseTreeImpl,Optional<List<CaseClauseTreeImpl>>>> defaultAndRestCases,
com.sonar.sslr.api.AstNode closeCurlyBrace) |
| Modifier and Type | Method and Description |
|---|---|
DefaultClauseTreeImpl |
ActionGrammar.DEFAULT_CLAUSE() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.