Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.TemplateLiteralTree
-
Packages that use TemplateLiteralTree 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 -
-
Uses of TemplateLiteralTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return TemplateLiteralTree Modifier and Type Method Description TemplateLiteralTreeTreeFactory. noSubstitutionTemplate(InternalSyntaxToken openBacktickToken, com.sonar.sslr.api.typed.Optional<TemplateCharactersTree> templateCharacters, InternalSyntaxToken closeBacktickToken)TemplateLiteralTreeTreeFactory. 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)TemplateLiteralTreeJavaScriptGrammar. TEMPLATE_LITERAL()Methods in org.sonar.javascript.parser with parameters of type TemplateLiteralTree Modifier and Type Method Description org.sonar.javascript.parser.TreeFactory.TemplateLiteralTailTreeFactory. templateLiteralTailForCall(TemplateLiteralTree templateLiteralTree)org.sonar.javascript.parser.TreeFactory.TemplateLiteralTailTreeFactory. templateLiteralTailForMember(TemplateLiteralTree templateLiteralTree) -
Uses of TemplateLiteralTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement TemplateLiteralTree Modifier and Type Class Description classTemplateLiteralTreeImplMethods in org.sonar.javascript.tree.impl.expression that return TemplateLiteralTree Modifier and Type Method Description TemplateLiteralTreeTaggedTemplateTreeImpl. template()Constructors in org.sonar.javascript.tree.impl.expression with parameters of type TemplateLiteralTree Constructor Description TaggedTemplateTreeImpl(ExpressionTree callee, TemplateLiteralTree template) -
Uses of TemplateLiteralTree in org.sonar.plugins.javascript.api.tree.expression
Methods in org.sonar.plugins.javascript.api.tree.expression that return TemplateLiteralTree Modifier and Type Method Description TemplateLiteralTreeTaggedTemplateTree. template() -
Uses of TemplateLiteralTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type TemplateLiteralTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitTemplateLiteral(TemplateLiteralTree tree)
-