| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.statement | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
SwitchStatementTreeImpl |
TreeFactory.completeSwitchStatement(com.sonar.sslr.api.AstNode switchToken,
com.sonar.sslr.api.AstNode openParenthesis,
ExpressionTree expression,
com.sonar.sslr.api.AstNode closeParenthesis,
SwitchStatementTreeImpl caseBlock) |
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 |
|---|---|
SwitchStatementTreeImpl |
TreeFactory.completeSwitchStatement(com.sonar.sslr.api.AstNode switchToken,
com.sonar.sslr.api.AstNode openParenthesis,
ExpressionTree expression,
com.sonar.sslr.api.AstNode closeParenthesis,
SwitchStatementTreeImpl caseBlock) |
| Modifier and Type | Method and Description |
|---|---|
SwitchStatementTreeImpl |
SwitchStatementTreeImpl.complete(InternalSyntaxToken switchKeyword,
InternalSyntaxToken openParenthesis,
ExpressionTree expression,
InternalSyntaxToken closeParenthesis) |
| Modifier and Type | Method and Description |
|---|---|
SwitchStatementTreeImpl |
ActionGrammar.CASE_BLOCK() |
SwitchStatementTreeImpl |
ActionGrammar.SWITCH_STATEMENT() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.