| 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 |
|---|---|
FlowPropertyDefinitionTree |
TreeFactory.flowPropertyDefinition(InternalSyntaxToken staticToken,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> plusOrMinusToken,
FlowPropertyDefinitionKeyTree key,
FlowTypeAnnotationTree typeAnnotation) |
FlowPropertyDefinitionTree |
TreeFactory.flowPropertyDefinition(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> plusOrMinusToken,
FlowPropertyDefinitionKeyTree key,
FlowTypeAnnotationTree typeAnnotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowIndexerPropertyDefinitionKeyTreeImpl |
class |
FlowMethodPropertyDefinitionKeyTreeImpl |
class |
FlowSimplePropertyDefinitionKeyTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowPropertyDefinitionKeyTree |
FlowPropertyDefinitionTreeImpl.key() |
| Constructor and Description |
|---|
FlowPropertyDefinitionTreeImpl(SyntaxToken staticToken,
SyntaxToken plusOrMinusToken,
FlowPropertyDefinitionKeyTree key,
FlowTypeAnnotationTree typeAnnotation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowIndexerPropertyDefinitionKeyTree |
interface |
FlowMethodPropertyDefinitionKeyTree |
interface |
FlowSimplePropertyDefinitionKeyTree |
| Modifier and Type | Method and Description |
|---|---|
FlowPropertyDefinitionKeyTree |
FlowPropertyDefinitionTree.key() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowPropertyTypeKey(FlowPropertyDefinitionKeyTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.