|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseClauseTree | |
|---|---|
| org.sonar.javascript.model | Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). |
| Uses of CaseClauseTree in org.sonar.javascript.model |
|---|
| Classes in org.sonar.javascript.model that implement CaseClauseTree | |
|---|---|
static class |
TreeImpl.CaseClauseTreeImpl
|
| Methods in org.sonar.javascript.model that return types with arguments of type CaseClauseTree | |
|---|---|
List<CaseClauseTree> |
TreeImpl.SwitchStatementTreeImpl.cases()
|
List<CaseClauseTree> |
SwitchStatementTree.cases()
|
| Constructor parameters in org.sonar.javascript.model with type arguments of type CaseClauseTree | |
|---|---|
TreeImpl.SwitchStatementTreeImpl(com.sonar.sslr.api.AstNode astNode,
ExpressionTree expression,
List<CaseClauseTree> cases)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||