| 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 |
|---|---|
TemplateCharactersTree |
JavaScriptGrammar.TEMPLATE_CHARACTERS() |
| 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 |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateCharactersTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateCharactersTree> |
TemplateLiteralTreeImpl.strings() |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateCharactersTree> |
TemplateLiteralTree.strings() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitTemplateCharacters(TemplateCharactersTree tree) |
void |
BaseTreeVisitor.visitTemplateCharacters(TemplateCharactersTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.