| Package | Description |
|---|---|
| org.sonar.javascript.model.internal.expression | |
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateLiteralTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTree |
TaggedTemplateTreeImpl.template() |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTree |
TaggedTemplateTree.template() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitTemplateLiteral(TemplateLiteralTree tree) |
void |
TreeVisitor.visitTemplateLiteral(TemplateLiteralTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.