| Package | Description |
|---|---|
| org.sonar.javascript.ast.resolve.type | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.model.internal.expression | |
| 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 | Method and Description |
|---|---|
void |
TypeVisitor.visitLiteral(LiteralTree tree) |
| Modifier and Type | Method and Description |
|---|---|
LiteralTree |
FromClauseTreeImpl.module() |
LiteralTree |
ImportModuleDeclarationTreeImpl.moduleName() |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralTreeImpl |
class |
SuperTreeImpl |
class |
UndefinedTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
LiteralTree |
FromClauseTree.module() |
LiteralTree |
ImportModuleDeclarationTree.moduleName() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitLiteral(LiteralTree tree) |
void |
TreeVisitor.visitLiteral(LiteralTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.