| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.flow | |
| org.sonar.javascript.tree.symbols | |
| 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 |
|---|---|
FlowGenericParameterTree |
JavaScriptGrammar.FLOW_GENERIC_PARAMETER() |
FlowGenericParameterTree |
TreeFactory.flowGenericParameter(IdentifierTree identifierTree,
com.sonar.sslr.api.typed.Optional<FlowTypeAnnotationTree> superType,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,FlowTypeTree>> defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
FlowGenericParameterClauseTree |
TreeFactory.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) |
| Modifier and Type | Method and Description |
|---|---|
FlowGenericParameterClauseTree |
TreeFactory.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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowGenericParameterTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowGenericParameterTree> |
FlowGenericParameterClauseTreeImpl.genericParameters() |
| Constructor and Description |
|---|
FlowGenericParameterClauseTreeImpl(SyntaxToken leftBracketToken,
SeparatedList<FlowGenericParameterTree> genericParameters,
SyntaxToken rightBracketToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoistedSymbolVisitor.visitFlowGenericParameter(FlowGenericParameterTree tree) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowGenericParameterTree> |
FlowGenericParameterClauseTree.genericParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowGenericParameter(FlowGenericParameterTree tree) |
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.