Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowFunctionTypeParameterTree
-
Packages that use FlowFunctionTypeParameterTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow 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 FlowFunctionTypeParameterTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowFunctionTypeParameterTree Modifier and Type Method Description FlowFunctionTypeParameterTreeJavaScriptGrammar. FLOW_FUNCTION_TYPE_PARAMETER()FlowFunctionTypeParameterTreeJavaScriptGrammar. FLOW_FUNCTION_TYPE_REST_PARAMETER()FlowFunctionTypeParameterTreeTreeFactory. flowFunctionTypeParameter(IdentifierTree identifier, com.sonar.sslr.api.typed.Optional<SyntaxToken> query, FlowTypeAnnotationTree typeAnnotation)FlowFunctionTypeParameterTreeTreeFactory. flowFunctionTypeParameter(FlowTypeTree type)FlowFunctionTypeParameterTreeTreeFactory. flowFunctionTypeRestParameter(InternalSyntaxToken ellipsis, FlowFunctionTypeParameterTree typeParameter)Methods in org.sonar.javascript.parser that return types with arguments of type FlowFunctionTypeParameterTree Modifier and Type Method Description SeparatedList<FlowFunctionTypeParameterTree>JavaScriptGrammar. FLOW_FUNCTION_TYPE_PARAMETER_LIST()Methods in org.sonar.javascript.parser with parameters of type FlowFunctionTypeParameterTree Modifier and Type Method Description FlowFunctionTypeParameterClauseTreeTreeFactory. flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis, SeparatedList<FlowFunctionTypeParameterTree> parameters, InternalSyntaxToken comma, FlowFunctionTypeParameterTree restParameter, InternalSyntaxToken rParenthesis)FlowFunctionTypeParameterTreeTreeFactory. flowFunctionTypeRestParameter(InternalSyntaxToken ellipsis, FlowFunctionTypeParameterTree typeParameter)Method parameters in org.sonar.javascript.parser with type arguments of type FlowFunctionTypeParameterTree Modifier and Type Method Description FlowFunctionTypeParameterClauseTreeTreeFactory. flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis, com.sonar.sslr.api.typed.Optional<FlowFunctionTypeParameterTree> restParameter, InternalSyntaxToken rParenthesis)FlowFunctionTypeParameterClauseTreeTreeFactory. flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis, SeparatedList<FlowFunctionTypeParameterTree> parameters, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> comma, InternalSyntaxToken rParenthesis)FlowFunctionTypeParameterClauseTreeTreeFactory. flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis, SeparatedList<FlowFunctionTypeParameterTree> parameters, InternalSyntaxToken comma, FlowFunctionTypeParameterTree restParameter, InternalSyntaxToken rParenthesis) -
Uses of FlowFunctionTypeParameterTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowFunctionTypeParameterTree Modifier and Type Class Description classFlowFunctionTypeParameterTreeImplMethods in org.sonar.javascript.tree.impl.flow that return types with arguments of type FlowFunctionTypeParameterTree Modifier and Type Method Description SeparatedList<FlowFunctionTypeParameterTree>FlowFunctionTypeParameterClauseTreeImpl. parameters()Constructors in org.sonar.javascript.tree.impl.flow with parameters of type FlowFunctionTypeParameterTree Constructor Description FlowFunctionTypeParameterTreeImpl(InternalSyntaxToken ellipsis, FlowFunctionTypeParameterTree typeParameter)Constructor parameters in org.sonar.javascript.tree.impl.flow with type arguments of type FlowFunctionTypeParameterTree Constructor Description FlowFunctionTypeParameterClauseTreeImpl(InternalSyntaxToken lParenthesis, SeparatedList<FlowFunctionTypeParameterTree> parameters, InternalSyntaxToken rParenthesis) -
Uses of FlowFunctionTypeParameterTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return types with arguments of type FlowFunctionTypeParameterTree Modifier and Type Method Description SeparatedList<FlowFunctionTypeParameterTree>FlowFunctionTypeParameterClauseTree. parameters() -
Uses of FlowFunctionTypeParameterTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowFunctionTypeParameterTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowFunctionTypeParameter(FlowFunctionTypeParameterTree tree)
-