Uses of Class
org.mozilla.javascript.ast.TemplateLiteral
Packages that use TemplateLiteral
-
Uses of TemplateLiteral in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type TemplateLiteralModifier and TypeMethodDescriptionprivate Node
IRFactory.transformTemplateLiteral
(TemplateLiteral node) -
Uses of TemplateLiteral in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast with type parameters of type TemplateLiteralMethods in org.mozilla.javascript.ast with parameters of type TemplateLiteralModifier and TypeMethodDescriptionvoid
ScriptNode.addTemplateLiteral
(TemplateLiteral templateLiteral) Called by IRFactory to add a Template Literal to the templateLiterals table.