| Package | Description |
|---|---|
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.parser | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
NameSpaceSpecifierTreeImpl |
class |
SpecifierTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
SpecifierListTreeImpl.specifiers() |
| Constructor and Description |
|---|
SpecifierListTreeImpl(Tree.Kind kind,
SeparatedList<SpecifierTree> specifiers,
List<com.sonar.sslr.api.AstNode> children) |
| Modifier and Type | Method and Description |
|---|---|
SpecifierTree |
ActionGrammar.NAMESPACE_IMPORT() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<SpecifierTree> |
SpecifierListTree.specifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitSpecifier(SpecifierTree tree) |
void |
TreeVisitor.visitSpecifier(SpecifierTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.