| 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 |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionSignatureTree |
TreeFactory.flowFunctionSignature(InternalSyntaxToken functionToken,
IdentifierTree name,
com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause,
FlowFunctionTypeParameterClauseTree parameterClause,
FlowTypeAnnotationTree returnType) |
FlowFunctionTypeTree |
TreeFactory.flowFunctionType(com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericParameterClause,
FlowFunctionTypeParameterClauseTree parameterClause,
InternalSyntaxToken doubleArrow,
FlowTypeTree returnType) |
FlowMethodPropertyDefinitionKeyTree |
TreeFactory.flowMethodPropertyDefinitionKeyTree(com.sonar.sslr.api.typed.Optional<IdentifierTree> identifierTree,
com.sonar.sslr.api.typed.Optional<FlowGenericParameterClauseTree> genericClause,
FlowFunctionTypeParameterClauseTree parameterClauseTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowFunctionTypeParameterClauseTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionTypeParameterClauseTree |
FlowMethodPropertyDefinitionKeyTreeImpl.parameterClause() |
FlowFunctionTypeParameterClauseTree |
FlowFunctionTypeTreeImpl.parameterClause() |
FlowFunctionTypeParameterClauseTree |
FlowFunctionSignatureTreeImpl.parameterClause() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionTypeParameterClauseTree |
FlowMethodPropertyDefinitionKeyTree.parameterClause() |
FlowFunctionTypeParameterClauseTree |
FlowFunctionTypeTree.parameterClause() |
FlowFunctionTypeParameterClauseTree |
FlowFunctionSignatureTree.parameterClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowFunctionTypeParameterClause(FlowFunctionTypeParameterClauseTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.