Uses of Class
org.mozilla.javascript.regexp.REBackTrackData
Packages that use REBackTrackData
-
Uses of REBackTrackData in org.mozilla.javascript.regexp
Fields in org.mozilla.javascript.regexp declared as REBackTrackDataModifier and TypeFieldDescription(package private) final REBackTrackDataREProgState.backTrack(package private) REBackTrackDataREGlobalData.backTrackStackTop(package private) final REBackTrackDataREBackTrackData.previousMethods in org.mozilla.javascript.regexp with parameters of type REBackTrackDataModifier and TypeMethodDescriptionprivate static voidNativeRegExp.pushProgState(REGlobalData gData, int min, int max, int cp, REBackTrackData backTrackLastToSave, int continuationOp, int continuationPc) Constructors in org.mozilla.javascript.regexp with parameters of type REBackTrackDataModifierConstructorDescription(package private)REProgState(REProgState previous, int min, int max, int index, REBackTrackData backTrack, int continuationOp, int continuationPc)