Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowGenericParameterClauseTree
-
Packages that use FlowGenericParameterClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.tree.declaration Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).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 FlowGenericParameterClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeJavaScriptGrammar. FLOW_GENERIC_PARAMETER_CLAUSE()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 FlowGenericParameterClauseTree 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)FlowInterfaceDeclarationTreeTreeFactory. flowInterfaceDeclaration(InternalSyntaxToken interfaceToken, IdentifierTree identifierTree, com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause, com.sonar.sslr.api.typed.Optional<FlowImplementsClauseTree> extendsClause, InternalSyntaxToken openCurlyBraceToken, com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties, InternalSyntaxToken closeCurlyBraceToken) -
Uses of FlowGenericParameterClauseTree in org.sonar.javascript.tree.impl.declaration
Methods in org.sonar.javascript.tree.impl.declaration that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeAccessorMethodDeclarationTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeClassTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFunctionDeclarationTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeMethodDeclarationTreeImpl. genericParameterClause()Constructors in org.sonar.javascript.tree.impl.declaration with parameters of type FlowGenericParameterClauseTree Constructor Description AccessorMethodDeclarationTreeImpl(List<DecoratorTree> decorators, InternalSyntaxToken staticToken, InternalSyntaxToken accessorToken, Tree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body) -
Uses of FlowGenericParameterClauseTree in org.sonar.javascript.tree.impl.expression
Methods in org.sonar.javascript.tree.impl.expression that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeArrowFunctionTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFunctionExpressionTreeImpl. genericParameterClause()Methods in org.sonar.javascript.tree.impl.expression with parameters of type FlowGenericParameterClauseTree Modifier and Type Method Description static FunctionExpressionTreeFunctionExpressionTreeImpl. create(SyntaxToken asyncToken, SyntaxToken functionToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body)static FunctionExpressionTreeFunctionExpressionTreeImpl. createGenerator(SyntaxToken functionKeyword, SyntaxToken star, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body)Constructors in org.sonar.javascript.tree.impl.expression with parameters of type FlowGenericParameterClauseTree Constructor Description ArrowFunctionTreeImpl(SyntaxToken asyncToken, FlowGenericParameterClauseTree genericParameterClause, Tree parameters, FlowTypeAnnotationTree returnType, InternalSyntaxToken doubleArrow, Tree body) -
Uses of FlowGenericParameterClauseTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowGenericParameterClauseTree Modifier and Type Class Description classFlowGenericParameterClauseTreeImplMethods in org.sonar.javascript.tree.impl.flow that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeFlowFunctionSignatureTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFlowFunctionTypeTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFlowInterfaceDeclarationTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFlowMethodPropertyDefinitionKeyTreeImpl. genericParameterClause()FlowGenericParameterClauseTreeFlowTypeAliasStatementTreeImpl. genericParameterClause() -
Uses of FlowGenericParameterClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeClassTree. genericParameterClause()FlowGenericParameterClauseTreeFunctionTree. genericParameterClause() -
Uses of FlowGenericParameterClauseTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return FlowGenericParameterClauseTree Modifier and Type Method Description FlowGenericParameterClauseTreeFlowFunctionSignatureTree. genericParameterClause()FlowGenericParameterClauseTreeFlowFunctionTypeTree. genericParameterClause()FlowGenericParameterClauseTreeFlowInterfaceDeclarationTree. genericParameterClause()FlowGenericParameterClauseTreeFlowMethodPropertyDefinitionKeyTree. genericParameterClause()FlowGenericParameterClauseTreeFlowTypeAliasStatementTree. genericParameterClause() -
Uses of FlowGenericParameterClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowGenericParameterClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowGenericParameterClause(FlowGenericParameterClauseTree tree)
-