| 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.impl.expression | |
| org.sonar.javascript.tree.symbols | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexityVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTree |
JavaScriptGrammar.METHOD_DEFINITION() |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessorMethodDeclarationTreeImpl |
class |
GeneratorMethodDeclarationTreeImpl |
class |
MethodDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MethodDeclarationTree> |
ClassTreeImpl.methods() |
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
ScopeVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
HoistedSymbolVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessorMethodDeclarationTree
|
interface |
GeneratorMethodDeclarationTree
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<MethodDeclarationTree> |
ClassTree.methods() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.