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 RECompiledNativeRegExp.re(package private) RECompiledREGlobalData.regexpMethods in org.mozilla.javascript.regexp that return RECompiledMethods in org.mozilla.javascript.regexp with parameters of type RECompiledModifier and TypeMethodDescriptionprivate static intNativeRegExp.emitREBytecode(CompilerState state, RECompiled re, int pc, RENode t) private static booleanNativeRegExp.matchRegExp(REGlobalData gData, RECompiled re, String input, int start, int end, boolean multiline) (package private) static NativeRegExpNativeRegExpInstantiator.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)