| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| 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).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
CallExpressionTreeImpl |
TreeFactory.simpleCallExpression(ExpressionTree expression,
ParameterListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
FunctionTree.parameters() |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
FunctionDeclarationTreeImpl.parameters() |
ParameterListTree |
MethodDeclarationTreeImpl.parameters() |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
CallExpressionTreeImpl.arguments() |
ParameterListTree |
NewExpressionTreeImpl.arguments() |
ParameterListTree |
FunctionExpressionTreeImpl.parameters() |
| Constructor and Description |
|---|
CallExpressionTreeImpl(ExpressionTree callee,
ParameterListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
MethodDeclarationTree.parameters() |
ParameterListTree |
FunctionDeclarationTree.parameters() |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
CallExpressionTree.arguments() |
ParameterListTree |
NewExpressionTree.arguments() |
ParameterListTree |
FunctionExpressionTree.parameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitParameterList(ParameterListTree tree) |
void |
TreeVisitor.visitParameterList(ParameterListTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.