Uses of Class
org.htmlunit.corejs.javascript.regexp.REGlobalData
Packages that use REGlobalData
-
Uses of REGlobalData in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type REGlobalDataModifier and TypeMethodDescriptionprivate static booleanNativeRegExp.backrefMatcher(REGlobalData gData, int parenIndex, String input, int end) private static booleanNativeRegExp.classMatcher(REGlobalData gData, RECharSet charSet, char ch) private static booleanNativeRegExp.executeREBytecode(Context cx, REGlobalData gData, String input, int end) private static booleanNativeRegExp.flatNIMatcher(REGlobalData gData, int matchChars, int length, String input, int end) private static booleanNativeRegExp.flatNMatcher(REGlobalData gData, int matchChars, int length, String input, int end) private static booleanNativeRegExp.matchRegExp(Context cx, REGlobalData gData, RECompiled re, String input, int start, int end, boolean multiline) private static REProgStateNativeRegExp.popProgState(REGlobalData gData) private static voidNativeRegExp.processCharSet(REGlobalData gData, RECharSet charSet) private static voidNativeRegExp.processCharSetImpl(REGlobalData gData, RECharSet charSet) private static voidNativeRegExp.pushBackTrackState(REGlobalData gData, byte op, int pc) private static voidNativeRegExp.pushBackTrackState(REGlobalData gData, byte op, int pc, int cp, int continuationOp, int continuationPc) private static voidNativeRegExp.pushProgState(REGlobalData gData, int min, int max, int cp, REBackTrackData backTrackLastToSave, int continuationOp, int continuationPc) private static intNativeRegExp.simpleMatch(REGlobalData gData, String input, int op, byte[] program, int pc, int end, boolean updatecp) Constructors in org.htmlunit.corejs.javascript.regexp with parameters of type REGlobalDataModifierConstructorDescription(package private)REBackTrackData(REGlobalData gData, int op, int pc, int cp, int continuationOp, int continuationPc)