| 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.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTree |
TreeFactory.generatorMethod(com.sonar.sslr.api.typed.Optional<List<DecoratorTree>> decorators,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> staticToken,
InternalSyntaxToken starToken,
Tree name,
ParameterListTree parameters,
BlockTree body) |
MethodDeclarationTree |
TreeFactory.method(com.sonar.sslr.api.typed.Optional<List<DecoratorTree>> decorators,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> staticToken,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> asyncToken,
Tree name,
ParameterListTree parameters,
BlockTree body) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
ScopeVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
HoistedSymbolVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.