Uses of Class
org.mozilla.javascript.regexp.REProgState
Packages that use REProgState
-
Uses of REProgState in org.mozilla.javascript.regexp
Fields in org.mozilla.javascript.regexp declared as REProgStateModifier and TypeFieldDescription(package private) final REProgState
REProgState.previous
(package private) final REProgState
REBackTrackData.stateStackTop
(package private) REProgState
REGlobalData.stateStackTop
Methods in org.mozilla.javascript.regexp that return REProgStateModifier and TypeMethodDescriptionprivate static REProgState
NativeRegExp.popProgState
(REGlobalData gData) Constructors in org.mozilla.javascript.regexp with parameters of type REProgStateModifierConstructorDescription(package private)
REProgState
(REProgState previous, int min, int max, int index, REBackTrackData backTrack, int continuationOp, int continuationPc)