| Package | Description |
|---|---|
| org.sonar.javascript.ast.resolve | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.model.internal.expression | |
| 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 |
SymbolVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
SymbolDeclarationVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<MethodDeclarationTree> |
ClassTreeImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
static ClassTreeImpl |
ClassTreeImpl.newClassDeclaration(InternalSyntaxToken classToken,
IdentifierTreeImpl name,
InternalSyntaxToken extendsToken,
ExpressionTree superClass,
InternalSyntaxToken openCurlyBraceToken,
List<MethodDeclarationTree> elements,
List<SyntaxToken> semicolons,
InternalSyntaxToken closeCurlyBraceToken,
List<com.sonar.sslr.api.AstNode> elementsChildren) |
static ClassTreeImpl |
ClassTreeImpl.newClassExpression(InternalSyntaxToken classToken,
IdentifierTreeImpl name,
InternalSyntaxToken extendsToken,
ExpressionTree superClass,
InternalSyntaxToken openCurlyBraceToken,
List<MethodDeclarationTree> elements,
List<SyntaxToken> semicolons,
InternalSyntaxToken closeCurlyBraceToken,
List<com.sonar.sslr.api.AstNode> elementsChildren) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccessorMethodDeclarationTree
|
interface |
GeneratorMethodDeclarationTree
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodDeclarationTree> |
ClassTree.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
void |
TreeVisitor.visitMethodDeclaration(MethodDeclarationTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.