Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowTypedBindingElementTree
-
Packages that use FlowTypedBindingElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowTypedBindingElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowTypedBindingElementTree Modifier and Type Method Description FlowTypedBindingElementTreeJavaScriptGrammar. FLOW_TYPED_BINDING_ELEMENT()FlowTypedBindingElementTreeTreeFactory. flowTypedBindingElement(BindingElementTree bindingElementTree, FlowTypeAnnotationTree flowTypeAnnotationTree) -
Uses of FlowTypedBindingElementTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowTypedBindingElementTree Modifier and Type Class Description classFlowTypedBindingElementTreeImpl -
Uses of FlowTypedBindingElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowTypedBindingElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowTypedBindingElement(FlowTypedBindingElementTree tree)
-