| Package | Description |
|---|---|
| org.sonar.javascript.se.sv | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols.type | |
| 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 |
|---|---|
LiteralTree |
LiteralSymbolicValue.getLiteral() |
| Modifier and Type | Method and Description |
|---|---|
static LiteralSymbolicValue |
LiteralSymbolicValue.get(LiteralTree literal) |
| Modifier and Type | Method and Description |
|---|---|
LiteralTree |
FromClauseTreeImpl.module() |
LiteralTree |
ImportModuleDeclarationTreeImpl.moduleName() |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralTreeImpl |
class |
SuperTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitLiteral(LiteralTree tree) |
| Modifier and Type | Method and Description |
|---|---|
LiteralTree |
FromClauseTree.module() |
LiteralTree |
ImportModuleDeclarationTree.moduleName() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitLiteral(LiteralTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.