| Package | Description |
|---|---|
| org.sonar.javascript.ast.resolve.type | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.model.internal.expression | |
| 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 | Method and Description |
|---|---|
FunctionTree |
FunctionType.functionTree() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.create(FunctionTree functionTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionDeclarationTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionExpressionTreeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionDeclarationTree
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionExpressionTree
|
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.