Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowParameterizedGenericsTypeTree
-
Packages that use FlowParameterizedGenericsTypeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowParameterizedGenericsTypeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowParameterizedGenericsTypeTree Modifier and Type Method Description FlowParameterizedGenericsTypeTreeJavaScriptGrammar. FLOW_PARAMETERIZED_GENERICS_TYPE()FlowParameterizedGenericsTypeTreeTreeFactory. flowParameterizedGenericsClause(FlowTypeTree type, InternalSyntaxToken left, com.sonar.sslr.api.typed.Optional<FlowTypeTree> first, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,FlowTypeTree>>> rest, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma, InternalSyntaxToken right) -
Uses of FlowParameterizedGenericsTypeTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowParameterizedGenericsTypeTree Modifier and Type Class Description classFlowParameterizedGenericsTypeTreeImpl -
Uses of FlowParameterizedGenericsTypeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowParameterizedGenericsTypeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowParameterizedGenerics(FlowParameterizedGenericsTypeTree tree)
-