| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessorMethodDeclarationTreeImpl |
class |
FunctionDeclarationTreeImpl |
class |
GeneratorMethodDeclarationTreeImpl |
class |
MethodDeclarationTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrowFunctionTreeImpl |
class |
FunctionExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
FunctionTree |
FunctionType.functionTree() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.create(FunctionTree functionTree) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessorMethodDeclarationTree
|
interface |
FunctionDeclarationTree
|
interface |
GeneratorMethodDeclarationTree
|
interface |
MethodDeclarationTree
Common interface for all types Method Definitions
(ES6).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrowFunctionTree
ECMAScript 6 feature
Arrow function.
|
interface |
FunctionExpressionTree
|
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.