Uses of Class
org.mozilla.javascript.regexp.RECompiled
Packages that use RECompiled
-
Uses of RECompiled in org.mozilla.javascript.regexp
Fields in org.mozilla.javascript.regexp declared as RECompiledModifier and TypeFieldDescriptionprivate RECompiled
NativeRegExp.re
(package private) RECompiled
REGlobalData.regexp
Methods in org.mozilla.javascript.regexp that return RECompiledMethods in org.mozilla.javascript.regexp with parameters of type RECompiledModifier and TypeMethodDescriptionprivate static int
NativeRegExp.emitREBytecode
(CompilerState state, RECompiled re, int pc, RENode t) private static boolean
NativeRegExp.matchRegExp
(REGlobalData gData, RECompiled re, String input, int start, int end, boolean multiline) (package private) static NativeRegExp
NativeRegExpInstantiator.withLanguageVersionScopeCompiled
(int languageVersion, Scriptable scope, RECompiled compiled) Constructors in org.mozilla.javascript.regexp with parameters of type RECompiledModifierConstructorDescription(package private)
NativeRegExp
(Scriptable scope, RECompiled regexpCompiled) (package private)
NativeRegExpCallable
(Scriptable scope, RECompiled compiled)