Uses of Class
org.mozilla.javascript.regexp.CompilerState
Packages that use CompilerState
-
Uses of CompilerState in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp with parameters of type CompilerStateModifier and TypeMethodDescriptionprivate static booleanNativeRegExp.calculateBitmapSize(CompilerState state, RENode target, char[] src, int index, int end) private static voidNativeRegExp.doFlat(CompilerState state, char c) private static intNativeRegExp.emitREBytecode(CompilerState state, RECompiled re, int pc, RENode t) private static intNativeRegExp.getDecimalValue(char c, CompilerState state, int maxValue, String overflowMessageId) private static booleanNativeRegExp.parseAlternative(CompilerState state) private static booleanNativeRegExp.parseDisjunction(CompilerState state) private static booleanNativeRegExp.parseTerm(CompilerState state)