| 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 |
TemplateExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpressionTree> |
TemplateLiteralTreeImpl.expressions() |
| Constructor and Description |
|---|
TemplateLiteralTreeImpl(InternalSyntaxToken openBacktick,
List<TemplateCharactersTree> strings,
List<TemplateExpressionTree> expressions,
InternalSyntaxToken closeBacktick,
List<com.sonar.sslr.api.AstNode> children) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpressionTree> |
TemplateLiteralTree.expressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitTemplateExpression(TemplateExpressionTree tree) |
void |
TreeVisitor.visitTemplateExpression(TemplateExpressionTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.