| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpressionTree |
JavaScriptGrammar.FUNCTION_EXPRESSION() |
FunctionExpressionTree |
TreeFactory.functionExpression(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> asyncToken,
InternalSyntaxToken functionKeyword,
com.sonar.sslr.api.typed.Optional<IdentifierTree> functionName,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
FunctionExpressionTree |
JavaScriptGrammar.GENERATOR_EXPRESSION()
ECMAScript 6
|
FunctionExpressionTree |
TreeFactory.generatorExpression(InternalSyntaxToken functionKeyword,
InternalSyntaxToken starOperator,
com.sonar.sslr.api.typed.Optional<IdentifierTreeImpl> functionName,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionExpressionTreeImpl |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
void |
ScopeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
void |
HoistedSymbolVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFunctionExpression(FunctionExpressionTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.