| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTreeImpl |
TreeFactory.noSubstitutionTemplate(com.sonar.sslr.api.AstNode openBacktickToken,
Optional<TemplateCharactersTreeImpl> templateCharacters,
com.sonar.sslr.api.AstNode closeBacktickToken) |
TemplateLiteralTreeImpl |
TreeFactory.substitutionTemplate(com.sonar.sslr.api.AstNode openBacktick,
Optional<TemplateCharactersTreeImpl> headCharacters,
TemplateExpressionTreeImpl firstTemplateExpressionHead,
Optional<List<com.sonar.sslr.api.AstNode>> middleTemplateExpression,
com.sonar.sslr.api.AstNode tailCloseCurlyBrace,
Optional<TemplateCharactersTreeImpl> tailCharacters,
com.sonar.sslr.api.AstNode closeBacktick) |
| Modifier and Type | Method and Description |
|---|---|
TaggedTemplateTreeImpl |
TreeFactory.newTaggedTemplate(TemplateLiteralTreeImpl template) |
| Constructor and Description |
|---|
TaggedTemplateTreeImpl(TemplateLiteralTreeImpl template) |
| Modifier and Type | Method and Description |
|---|---|
TemplateLiteralTreeImpl |
ActionGrammar.TEMPLATE_LITERAL() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.