| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.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 | Class and Description |
|---|---|
class |
ParameterListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
MethodDeclarationTreeImpl.parameterClause() |
ParameterListTree |
GeneratorMethodDeclarationTreeImpl.parameterClause() |
ParameterListTree |
FunctionDeclarationTreeImpl.parameterClause() |
ParameterListTree |
AccessorMethodDeclarationTreeImpl.parameterClause() |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
NewExpressionTreeImpl.arguments() |
ParameterListTree |
CallExpressionTreeImpl.arguments() |
ParameterListTree |
FunctionExpressionTreeImpl.parameterClause() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionExpressionTree |
FunctionExpressionTreeImpl.create(SyntaxToken asyncToken,
SyntaxToken functionToken,
IdentifierTree name,
ParameterListTree parameters,
BlockTreeImpl body) |
static FunctionExpressionTree |
FunctionExpressionTreeImpl.createGenerator(SyntaxToken functionKeyword,
SyntaxToken star,
IdentifierTree name,
ParameterListTree parameters,
BlockTreeImpl body) |
| Constructor and Description |
|---|
CallExpressionTreeImpl(ExpressionTree callee,
ParameterListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
MethodDeclarationTree.parameterClause() |
ParameterListTree |
FunctionDeclarationTree.parameterClause() |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTree |
NewExpressionTree.arguments() |
ParameterListTree |
CallExpressionTree.arguments() |
ParameterListTree |
FunctionExpressionTree.parameterClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitParameterList(ParameterListTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.