| 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 |
FunctionDeclarationTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
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 |
FunctionDeclarationTree
Function declaration,
Generator function declaration
(
Uses of FunctionTree in org.sonar.plugins.javascript.api.tree.expression
|