Uses of Class
org.mozilla.javascript.regexp.REProgState
-
Packages that use REProgState Package Description org.mozilla.javascript.regexp -
-
Uses of REProgState in org.mozilla.javascript.regexp
Fields in org.mozilla.javascript.regexp declared as REProgState Modifier and Type Field Description (package private) REProgState
REProgState. previous
(package private) REProgState
REBackTrackData. stateStackTop
(package private) REProgState
REGlobalData. stateStackTop
Methods in org.mozilla.javascript.regexp that return REProgState Modifier and Type Method Description private static REProgState
NativeRegExp. popProgState(REGlobalData gData)
Constructors in org.mozilla.javascript.regexp with parameters of type REProgState Constructor Description REProgState(REProgState previous, int min, int max, int index, REBackTrackData backTrack, int continuationOp, int continuationPc)
-