Uses of Class
org.mozilla.javascript.ast.RegExpLiteral
Packages that use RegExpLiteral
-
Uses of RegExpLiteral in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type RegExpLiteral -
Uses of RegExpLiteral in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast with type parameters of type RegExpLiteralMethods in org.mozilla.javascript.ast with parameters of type RegExpLiteralModifier and TypeMethodDescriptionvoid
ScriptNode.addRegExp
(RegExpLiteral re) Called by IRFactory to add a RegExp to the regexp table.