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 RECompiled
NativeRegExp. re
(package private) RECompiled
REGlobalData. regexp
Methods in org.htmlunit.corejs.javascript.regexp that return RECompiled Modifier and Type Method Description (package private) static RECompiled
NativeRegExp. 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 int
NativeRegExp. emitREBytecode(CompilerState state, RECompiled re, int pc, RENode t)
private static boolean
NativeRegExp. matchRegExp(Context cx, REGlobalData gData, RECompiled re, java.lang.String input, int start, int end, boolean multiline)
(package private) static NativeRegExp
NativeRegExpInstantiator. 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)
-