Uses of Interface
org.sonar.plugins.javascript.api.tree.statement.SwitchStatementTree
-
Packages that use SwitchStatementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.statement org.sonar.javascript.tree.symbols org.sonar.plugins.javascript.api.visitors -
-
Uses of SwitchStatementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return SwitchStatementTree Modifier and Type Method Description SwitchStatementTreeJavaScriptGrammar. SWITCH_STATEMENT()SwitchStatementTreeTreeFactory. switchStatement(InternalSyntaxToken switchToken, InternalSyntaxToken openParenthesis, ExpressionTree expression, InternalSyntaxToken closeParenthesis, InternalSyntaxToken openCurly, com.sonar.sslr.api.typed.Optional<List<SwitchClauseTree>> switchCases, InternalSyntaxToken closeCurly) -
Uses of SwitchStatementTree in org.sonar.javascript.tree.impl.statement
Classes in org.sonar.javascript.tree.impl.statement that implement SwitchStatementTree Modifier and Type Class Description classSwitchStatementTreeImpl -
Uses of SwitchStatementTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type SwitchStatementTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitSwitchStatement(SwitchStatementTree tree)voidScopeVisitor. visitSwitchStatement(SwitchStatementTree tree)voidSymbolVisitor. visitSwitchStatement(SwitchStatementTree tree) -
Uses of SwitchStatementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type SwitchStatementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitSwitchStatement(SwitchStatementTree tree)
-