Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowFunctionTypeParameterClauseTree
-
Packages that use FlowFunctionTypeParameterClauseTree 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 FlowFunctionTypeParameterClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser with parameters of type FlowFunctionTypeParameterClauseTree Modifier and Type Method Description FlowFunctionSignatureTreeTreeFactory. flowFunctionSignature(InternalSyntaxToken functionToken, IdentifierTree name, com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause, FlowTypeAnnotationTree returnType)FlowFunctionTypeTreeTreeFactory. flowFunctionType(com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause, InternalSyntaxToken doubleArrow, FlowTypeTree returnType)FlowMethodPropertyDefinitionKeyTreeTreeFactory. flowMethodPropertyDefinitionKeyTree(com.sonar.sslr.api.typed.Optional<IdentifierTree> identifierTree, com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericClause, FlowFunctionTypeParameterClauseTree parameterClauseTree) -
Uses of FlowFunctionTypeParameterClauseTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowFunctionTypeParameterClauseTree Modifier and Type Class Description classFlowFunctionTypeParameterClauseTreeImplMethods in org.sonar.javascript.tree.impl.flow that return FlowFunctionTypeParameterClauseTree Modifier and Type Method Description FlowFunctionTypeParameterClauseTreeFlowFunctionSignatureTreeImpl. parameterClause()FlowFunctionTypeParameterClauseTreeFlowFunctionTypeTreeImpl. parameterClause()FlowFunctionTypeParameterClauseTreeFlowMethodPropertyDefinitionKeyTreeImpl. parameterClause()Constructors in org.sonar.javascript.tree.impl.flow with parameters of type FlowFunctionTypeParameterClauseTree Constructor Description FlowFunctionSignatureTreeImpl(SyntaxToken functionToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause, FlowTypeAnnotationTree returnType)FlowFunctionTypeTreeImpl(FlowGenericParameterClauseTree genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause, SyntaxToken doubleArrowToken, FlowTypeTree returnType)FlowMethodPropertyDefinitionKeyTreeImpl(IdentifierTree methodName, FlowGenericParameterClauseTree genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause) -
Uses of FlowFunctionTypeParameterClauseTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return FlowFunctionTypeParameterClauseTree Modifier and Type Method Description FlowFunctionTypeParameterClauseTreeFlowFunctionSignatureTree. parameterClause()FlowFunctionTypeParameterClauseTreeFlowFunctionTypeTree. parameterClause()FlowFunctionTypeParameterClauseTreeFlowMethodPropertyDefinitionKeyTree. parameterClause() -
Uses of FlowFunctionTypeParameterClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowFunctionTypeParameterClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowFunctionTypeParameterClause(FlowFunctionTypeParameterClauseTree tree)
-