Uses of Class
org.mozilla.javascript.ast.RegExpLiteral
-
Packages that use RegExpLiteral Package Description org.mozilla.javascript.ast -
-
Uses of RegExpLiteral in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast with parameters of type RegExpLiteral Modifier and Type Method Description void
ScriptNode. addRegExp(RegExpLiteral re)
Called by IRFactory to add a RegExp to the regexp table.
-