Uses of Class
org.mozilla.javascript.ast.TemplateLiteral
-
Packages that use TemplateLiteral Package Description org.mozilla.javascript.ast -
-
Uses of TemplateLiteral in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast with parameters of type TemplateLiteral Modifier and Type Method Description void
ScriptNode. addTemplateLiteral(TemplateLiteral templateLiteral)
Called by IRFactory to add a Template Literal to the templateLiterals table.
-