Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowGenericParameterTree
-
Packages that use FlowGenericParameterTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.javascript.tree.symbols org.sonar.plugins.javascript.api.tree.flow Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowGenericParameterTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowGenericParameterTree Modifier and Type Method Description FlowGenericParameterTreeJavaScriptGrammar. FLOW_GENERIC_PARAMETER()FlowGenericParameterTreeTreeFactory. flowGenericParameter(IdentifierTree identifierTree, com.sonar.sslr.api.typed.Optional<FlowTypeAnnotationTree> superType, com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,FlowTypeTree>> defaultValue)Methods in org.sonar.javascript.parser with parameters of type FlowGenericParameterTree Modifier and Type Method Description FlowGenericParameterClauseTreeTreeFactory. flowGenericParameterClause(InternalSyntaxToken left, FlowGenericParameterTree first, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,FlowGenericParameterTree>>> rest, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma, InternalSyntaxToken right)Method parameters in org.sonar.javascript.parser with type arguments of type FlowGenericParameterTree Modifier and Type Method Description FlowGenericParameterClauseTreeTreeFactory. flowGenericParameterClause(InternalSyntaxToken left, FlowGenericParameterTree first, com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,FlowGenericParameterTree>>> rest, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma, InternalSyntaxToken right) -
Uses of FlowGenericParameterTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowGenericParameterTree Modifier and Type Class Description classFlowGenericParameterTreeImplMethods in org.sonar.javascript.tree.impl.flow that return types with arguments of type FlowGenericParameterTree Modifier and Type Method Description SeparatedList<FlowGenericParameterTree>FlowGenericParameterClauseTreeImpl. genericParameters()Constructor parameters in org.sonar.javascript.tree.impl.flow with type arguments of type FlowGenericParameterTree Constructor Description FlowGenericParameterClauseTreeImpl(SyntaxToken leftBracketToken, SeparatedList<FlowGenericParameterTree> genericParameters, SyntaxToken rightBracketToken) -
Uses of FlowGenericParameterTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type FlowGenericParameterTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitFlowGenericParameter(FlowGenericParameterTree tree) -
Uses of FlowGenericParameterTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return types with arguments of type FlowGenericParameterTree Modifier and Type Method Description SeparatedList<FlowGenericParameterTree>FlowGenericParameterClauseTree. genericParameters() -
Uses of FlowGenericParameterTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowGenericParameterTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowGenericParameter(FlowGenericParameterTree tree)
-