Uses of Class
org.htmlunit.corejs.javascript.regexp.RECompiled
-
Packages that use RECompiled Package Description org.htmlunit.corejs.javascript.regexp -
-
Uses of RECompiled in org.htmlunit.corejs.javascript.regexp
Fields in org.htmlunit.corejs.javascript.regexp declared as RECompiled Modifier and Type Field Description private RECompiledNativeRegExp. re(package private) RECompiledREGlobalData. regexpMethods in org.htmlunit.corejs.javascript.regexp that return RECompiled Modifier and Type Method Description (package private) static RECompiledNativeRegExp. compileRE(Context cx, java.lang.String str, java.lang.String global, boolean flat)Methods in org.htmlunit.corejs.javascript.regexp with parameters of type RECompiled Modifier and Type Method Description private static intNativeRegExp. emitREBytecode(CompilerState state, RECompiled re, int pc, RENode t)private static booleanNativeRegExp. matchRegExp(Context cx, REGlobalData gData, RECompiled re, java.lang.String input, int start, int end, boolean multiline)(package private) static NativeRegExpNativeRegExpInstantiator. withLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled)Constructors in org.htmlunit.corejs.javascript.regexp with parameters of type RECompiled Constructor Description NativeRegExp(Scriptable scope, RECompiled regexpCompiled)NativeRegExpCallable(Scriptable scope, RECompiled compiled)
-