| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.declaration | |
| 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 |
FromClauseTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
FromClauseTree |
ImportDeclarationTreeImpl.fromClause() |
FromClauseTree |
NameSpaceExportDeclarationTreeImpl.fromClause() |
FromClauseTree |
ExportClauseTreeImpl.fromClause() |
| Modifier and Type | Method and Description |
|---|---|
FromClauseTree |
ExportClauseTree.fromClause() |
FromClauseTree |
NameSpaceExportDeclarationTree.fromClause() |
FromClauseTree |
ImportDeclarationTree.fromClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitFromClause(FromClauseTree tree) |
void |
BaseTreeVisitor.visitFromClause(FromClauseTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.