| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.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 | Method and Description |
|---|---|
TemplateLiteralTree |
TreeFactory.noSubstitutionTemplate(InternalSyntaxToken openBacktickToken,
com.sonar.sslr.api.typed.Optional<TemplateCharactersTree> templateCharacters,
InternalSyntaxToken closeBacktickToken) |
TemplateLiteralTree |
TreeFactory.substitutionTemplate(InternalSyntaxToken openBacktick,
com.sonar.sslr.api.typed.Optional<TemplateCharactersTree> firstCharacters,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<TemplateExpressionTree,com.sonar.sslr.api.typed.Optional<TemplateCharactersTree>>>> list,
InternalSyntaxToken closeBacktick) |
TemplateLiteralTree |
JavaScriptGrammar.TEMPLATE_LITERAL() |
| Modifier and Type | Method and Description |
|---|---|
TaggedTemplateTreeImpl |
TreeFactory.newTaggedTemplate(TemplateLiteralTree template) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateLiteralTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTree |
TaggedTemplateTreeImpl.template() |
| Constructor and Description |
|---|
TaggedTemplateTreeImpl(TemplateLiteralTree template) |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTree |
TaggedTemplateTree.template() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitTemplateLiteral(TemplateLiteralTree tree) |
void |
BaseTreeVisitor.visitTemplateLiteral(TemplateLiteralTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.