Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowNamespacedTypeTree
-
Packages that use FlowNamespacedTypeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowNamespacedTypeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowNamespacedTypeTree Modifier and Type Method Description FlowNamespacedTypeTreeJavaScriptGrammar. FLOW_NAMESPACED_TYPE()FlowNamespacedTypeTreeTreeFactory. flowNamespacedType(IdentifierTree identifierTree, List<TreeFactory.Tuple<InternalSyntaxToken,IdentifierTree>> rest) -
Uses of FlowNamespacedTypeTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowNamespacedTypeTree Modifier and Type Class Description classFlowNamespacedTypeTreeImpl -
Uses of FlowNamespacedTypeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowNamespacedTypeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowNamespacedType(FlowNamespacedTypeTree tree)
-