Uses of Interface
org.sonar.plugins.javascript.api.tree.statement.VariableDeclarationTree
-
Packages that use VariableDeclarationTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.statement org.sonar.javascript.tree.symbols org.sonar.plugins.javascript.api.tree.statement Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of VariableDeclarationTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return VariableDeclarationTree Modifier and Type Method Description VariableDeclarationTreeJavaScriptGrammar. VARIABLE_DECLARATION()VariableDeclarationTreeTreeFactory. variableDeclaration1(InternalSyntaxToken token, SeparatedList<BindingElementTree> variables)Methods in org.sonar.javascript.parser with parameters of type VariableDeclarationTree Modifier and Type Method Description VariableStatementTreeTreeFactory. variableStatement(VariableDeclarationTree declaration, Tree semicolonToken) -
Uses of VariableDeclarationTree in org.sonar.javascript.tree.impl.statement
Classes in org.sonar.javascript.tree.impl.statement that implement VariableDeclarationTree Modifier and Type Class Description classVariableDeclarationTreeImplMethods in org.sonar.javascript.tree.impl.statement that return VariableDeclarationTree Modifier and Type Method Description VariableDeclarationTreeVariableStatementTreeImpl. declaration()Constructors in org.sonar.javascript.tree.impl.statement with parameters of type VariableDeclarationTree Constructor Description VariableStatementTreeImpl(VariableDeclarationTree declaration, SyntaxToken semicolonToken) -
Uses of VariableDeclarationTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type VariableDeclarationTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitVariableDeclaration(VariableDeclarationTree tree)voidSymbolVisitor. visitVariableDeclaration(VariableDeclarationTree tree) -
Uses of VariableDeclarationTree in org.sonar.plugins.javascript.api.tree.statement
Methods in org.sonar.plugins.javascript.api.tree.statement that return VariableDeclarationTree Modifier and Type Method Description VariableDeclarationTreeVariableStatementTree. declaration() -
Uses of VariableDeclarationTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type VariableDeclarationTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitVariableDeclaration(VariableDeclarationTree tree)
-