Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.InitializedBindingElementTree
-
Packages that use InitializedBindingElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.tree.expression Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of InitializedBindingElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return InitializedBindingElementTree Modifier and Type Method Description InitializedBindingElementTreeJavaScriptGrammar. INITIALISED_BINDING_ELEMENT()InitializedBindingElementTreeTreeFactory. initializedBindingElement(BindingElementTree left, InternalSyntaxToken equalToken, ExpressionTree expression) -
Uses of InitializedBindingElementTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement InitializedBindingElementTree Modifier and Type Class Description classInitializedBindingElementTreeImpl -
Uses of InitializedBindingElementTree in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type with parameters of type InitializedBindingElementTree Modifier and Type Method Description voidTypeVisitor. visitInitializedBindingElement(InitializedBindingElementTree tree) -
Uses of InitializedBindingElementTree in org.sonar.plugins.javascript.api.tree.expression
Methods in org.sonar.plugins.javascript.api.tree.expression that return types with arguments of type InitializedBindingElementTree Modifier and Type Method Description SeparatedList<InitializedBindingElementTree>LexicalDeclarationTree. bindingList() -
Uses of InitializedBindingElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type InitializedBindingElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitInitializedBindingElement(InitializedBindingElementTree tree)
-