| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.flow | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionSignatureTree |
JavaScriptGrammar.FLOW_FUNCTION_SIGNATURE() |
FlowFunctionSignatureTree |
TreeFactory.flowFunctionSignature(InternalSyntaxToken functionToken,
IdentifierTree name,
com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause,
FlowFunctionTypeParameterClauseTree parameterClause,
FlowTypeAnnotationTree returnType) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowFunctionSignatureTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowFunctionSignature(FlowFunctionSignatureTree tree) |
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.