| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
ExportDeclarationTree |
JavaScriptGrammar.EXPORT_DECLARATION() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExportDeclarationTreeImpl |
class |
NamedExportDeclarationTreeImpl |
class |
NameSpaceExportDeclarationTreeImpl |
| Modifier and Type | Interface and Description | ||||
|---|---|---|---|---|---|
interface |
DefaultExportDeclarationTree
Default Export Declarations
(
interface NamedExportDeclarationTree
Named Export Declarations
(
interface NameSpaceExportDeclarationTree
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved. |