| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration |
| Modifier and Type | Method and Description |
|---|---|
ModuleTreeImpl |
JavaScriptGrammar.MODULE_BODY() |
ModuleTreeImpl |
TreeFactory.module(List<Tree> items) |
| Modifier and Type | Method and Description |
|---|---|
ScriptTreeImpl |
TreeFactory.script(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> shebangToken,
com.sonar.sslr.api.typed.Optional<ModuleTreeImpl> items,
Tree spacing,
InternalSyntaxToken eof) |
| Modifier and Type | Method and Description |
|---|---|
ModuleTreeImpl |
ScriptTreeImpl.items() |
| Constructor and Description |
|---|
ScriptTreeImpl(InternalSyntaxToken shebangToken,
ModuleTreeImpl items,
InternalSyntaxToken eof) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.