| 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 |
|---|---|
FlowFunctionTypeParameterTree |
JavaScriptGrammar.FLOW_FUNCTION_TYPE_PARAMETER() |
FlowFunctionTypeParameterTree |
JavaScriptGrammar.FLOW_FUNCTION_TYPE_REST_PARAMETER() |
FlowFunctionTypeParameterTree |
TreeFactory.flowFunctionTypeParameter(FlowTypeTree type) |
FlowFunctionTypeParameterTree |
TreeFactory.flowFunctionTypeParameter(IdentifierTree identifier,
com.sonar.sslr.api.typed.Optional<SyntaxToken> query,
FlowTypeAnnotationTree typeAnnotation) |
FlowFunctionTypeParameterTree |
TreeFactory.flowFunctionTypeRestParameter(InternalSyntaxToken ellipsis,
FlowFunctionTypeParameterTree typeParameter) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowFunctionTypeParameterTree> |
JavaScriptGrammar.FLOW_FUNCTION_TYPE_PARAMETER_LIST() |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionTypeParameterClauseTree |
TreeFactory.flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis,
SeparatedList<FlowFunctionTypeParameterTree> parameters,
InternalSyntaxToken comma,
FlowFunctionTypeParameterTree restParameter,
InternalSyntaxToken rParenthesis) |
FlowFunctionTypeParameterTree |
TreeFactory.flowFunctionTypeRestParameter(InternalSyntaxToken ellipsis,
FlowFunctionTypeParameterTree typeParameter) |
| Modifier and Type | Method and Description |
|---|---|
FlowFunctionTypeParameterClauseTree |
TreeFactory.flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis,
com.sonar.sslr.api.typed.Optional<FlowFunctionTypeParameterTree> restParameter,
InternalSyntaxToken rParenthesis) |
FlowFunctionTypeParameterClauseTree |
TreeFactory.flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis,
SeparatedList<FlowFunctionTypeParameterTree> parameters,
InternalSyntaxToken comma,
FlowFunctionTypeParameterTree restParameter,
InternalSyntaxToken rParenthesis) |
FlowFunctionTypeParameterClauseTree |
TreeFactory.flowFunctionTypeParameterClause(InternalSyntaxToken lParenthesis,
SeparatedList<FlowFunctionTypeParameterTree> parameters,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> comma,
InternalSyntaxToken rParenthesis) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowFunctionTypeParameterTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowFunctionTypeParameterTree> |
FlowFunctionTypeParameterClauseTreeImpl.parameters() |
| Constructor and Description |
|---|
FlowFunctionTypeParameterTreeImpl(InternalSyntaxToken ellipsis,
FlowFunctionTypeParameterTree typeParameter) |
| Constructor and Description |
|---|
FlowFunctionTypeParameterClauseTreeImpl(InternalSyntaxToken lParenthesis,
SeparatedList<FlowFunctionTypeParameterTree> parameters,
InternalSyntaxToken rParenthesis) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowFunctionTypeParameterTree> |
FlowFunctionTypeParameterClauseTree.parameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowFunctionTypeParameter(FlowFunctionTypeParameterTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.