| Package | Description |
|---|---|
| org.sonar.javascript.metrics |
Provides visitor for JavaScript metric computation
|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| 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.visitFunctionDeclaration(FunctionDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclarationTree |
JavaScriptGrammar.FUNCTION_AND_GENERATOR_DECLARATION() |
FunctionDeclarationTree |
TreeFactory.functionAndGeneratorDeclaration(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> asyncToken,
InternalSyntaxToken functionToken,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> starToken,
IdentifierTreeImpl name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
static FunctionDeclarationTree |
FunctionDeclarationTreeImpl.create(SyntaxToken asyncToken,
InternalSyntaxToken functionKeyword,
IdentifierTreeImpl name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
static FunctionDeclarationTree |
FunctionDeclarationTreeImpl.createGenerator(InternalSyntaxToken functionKeyword,
InternalSyntaxToken starToken,
IdentifierTreeImpl name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitFunctionDeclaration(FunctionDeclarationTree tree) |
void |
ScopeVisitor.visitFunctionDeclaration(FunctionDeclarationTree tree) |
void |
HoistedSymbolVisitor.visitFunctionDeclaration(FunctionDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitFunctionDeclaration(FunctionDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFunctionDeclaration(FunctionDeclarationTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.