| Package | Description |
|---|---|
| org.sonar.javascript.ast.resolve | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.plugins.javascript.api.visitors |
| 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 | Class and Description |
|---|---|
class |
FunctionExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
void |
TreeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.