| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.plugins.javascript.api.tree |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ModuleTree |
JavaScriptGrammar.MODULE_BODY() |
ModuleTree |
TreeFactory.module(List<Tree> items) |
| Modifier and Type | Method and Description |
|---|---|
ScriptTree |
TreeFactory.script(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> shebangToken,
com.sonar.sslr.api.typed.Optional<ModuleTree> items,
Tree spacing,
InternalSyntaxToken eof) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ModuleTree |
ScriptTreeImpl.items() |
| Constructor and Description |
|---|
ScriptTreeImpl(InternalSyntaxToken shebangToken,
ModuleTree items,
InternalSyntaxToken eof) |
| Modifier and Type | Method and Description |
|---|---|
ModuleTree |
ScriptTree.items() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitModule(ModuleTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.