| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
void |
SymbolDeclarationVisitor.visitFunctionExpression(FunctionExpressionTree tree)
Detail about Function Expression scope
The BindingIdentifier in a FunctionExpression can be referenced from inside the FunctionExpression's FunctionBody
to allow the function to call itself recursively.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
void |
BaseTreeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.