| 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.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitGeneratorMethodDeclaration(GeneratorMethodDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
GeneratorMethodDeclarationTree |
TreeFactory.generator(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> staticToken,
InternalSyntaxToken starToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorMethodDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitGeneratorMethodDeclaration(GeneratorMethodDeclarationTree tree) |
void |
SymbolDeclarationVisitor.visitGeneratorMethodDeclaration(GeneratorMethodDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitGeneratorMethodDeclaration(GeneratorMethodDeclarationTree tree) |
void |
BaseTreeVisitor.visitGeneratorMethodDeclaration(GeneratorMethodDeclarationTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.