| 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).
|
| Modifier and Type | Method and Description |
|---|---|
FlowPropertyDefinitionTree |
JavaScriptGrammar.FLOW_PROPERTY_DEFINITION() |
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 |
FlowPropertyDefinitionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowPropertyDefinitionTree> |
FlowObjectTypeTreeImpl.properties() |
SeparatedList<FlowPropertyDefinitionTree> |
FlowInterfaceDeclarationTreeImpl.properties() |
| Constructor and Description |
|---|
FlowInterfaceDeclarationTreeImpl(SyntaxToken interfaceToken,
IdentifierTree name,
FlowGenericParameterClauseTree genericParameterClause,
FlowImplementsClauseTree extendsClause,
SyntaxToken leftCurlyBraceToken,
SeparatedList<FlowPropertyDefinitionTree> properties,
SyntaxToken rightCurlyBraceToken) |
FlowObjectTypeTreeImpl(SyntaxToken lcurlyToken,
SyntaxToken lpipeToken,
SeparatedList<FlowPropertyDefinitionTree> properties,
SyntaxToken rpipeToken,
SyntaxToken rcurlyToken) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<FlowPropertyDefinitionTree> |
FlowObjectTypeTree.properties() |
SeparatedList<FlowPropertyDefinitionTree> |
FlowInterfaceDeclarationTree.properties() |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.