| 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 |
SymbolDeclarationVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Interface and Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
interface |
AccessorMethodDeclarationTree
Accessors Method
(
interface GeneratorMethodDeclarationTree
Generator Method
(
Uses of MethodDeclarationTree in org.sonar.plugins.javascript.api.tree.expression
Uses of MethodDeclarationTree in org.sonar.plugins.javascript.api.visitors
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved. |