Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.TemplateCharactersTree
-
Packages that use TemplateCharactersTree 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 TemplateCharactersTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return TemplateCharactersTree Modifier and Type Method Description TemplateCharactersTreeJavaScriptGrammar. TEMPLATE_CHARACTERS()TemplateCharactersTreeTreeFactory. templateCharacters(List<InternalSyntaxToken> characters)Method parameters in org.sonar.javascript.parser with type arguments of type TemplateCharactersTree 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) -
Uses of TemplateCharactersTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement TemplateCharactersTree Modifier and Type Class Description classTemplateCharactersTreeImplMethods in org.sonar.javascript.tree.impl.expression that return types with arguments of type TemplateCharactersTree Modifier and Type Method Description List<TemplateCharactersTree>TemplateLiteralTreeImpl. strings() -
Uses of TemplateCharactersTree in org.sonar.plugins.javascript.api.tree.expression
Methods in org.sonar.plugins.javascript.api.tree.expression that return types with arguments of type TemplateCharactersTree Modifier and Type Method Description List<TemplateCharactersTree>TemplateLiteralTree. strings() -
Uses of TemplateCharactersTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type TemplateCharactersTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitTemplateCharacters(TemplateCharactersTree tree)
-