Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowModuleTree
-
Packages that use FlowModuleTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowModuleTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowModuleTree Modifier and Type Method Description FlowModuleTreeJavaScriptGrammar. FLOW_MODULE()FlowModuleTreeTreeFactory. flowModule(InternalSyntaxToken moduleToken, InternalSyntaxToken name, InternalSyntaxToken lCurly, com.sonar.sslr.api.typed.Optional<List<FlowDeclareTree>> elements, InternalSyntaxToken rCurly) -
Uses of FlowModuleTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowModuleTree Modifier and Type Class Description classFlowModuleTreeImpl -
Uses of FlowModuleTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowModuleTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowModule(FlowModuleTree tree)
-