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