Uses of Interface
org.sonar.plugins.javascript.api.tree.statement.CaseClauseTree
-
Packages that use CaseClauseTree Package Description org.sonar.javascript.metrics Provides visitor for JavaScript metric computationorg.sonar.javascript.parser org.sonar.javascript.tree.impl.statement org.sonar.plugins.javascript.api.visitors -
-
Uses of CaseClauseTree in org.sonar.javascript.metrics
Methods in org.sonar.javascript.metrics with parameters of type CaseClauseTree Modifier and Type Method Description voidComplexityVisitor. visitCaseClause(CaseClauseTree tree) -
Uses of CaseClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return CaseClauseTree Modifier and Type Method Description CaseClauseTreeJavaScriptGrammar. CASE_CLAUSE()CaseClauseTreeTreeFactory. caseClause(InternalSyntaxToken caseToken, ExpressionTree expression, InternalSyntaxToken colonToken, com.sonar.sslr.api.typed.Optional<List<StatementTree>> statements) -
Uses of CaseClauseTree in org.sonar.javascript.tree.impl.statement
Classes in org.sonar.javascript.tree.impl.statement that implement CaseClauseTree Modifier and Type Class Description classCaseClauseTreeImpl -
Uses of CaseClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type CaseClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitCaseClause(CaseClauseTree tree)
-