Uses of Class
org.mozilla.javascript.regexp.CompilerState
-
Packages that use CompilerState Package Description org.mozilla.javascript.regexp -
-
Uses of CompilerState in org.mozilla.javascript.regexp
Methods in org.mozilla.javascript.regexp with parameters of type CompilerState Modifier and Type Method Description private static boolean
NativeRegExp. calculateBitmapSize(CompilerState state, RENode target, char[] src, int index, int end)
private static void
NativeRegExp. doFlat(CompilerState state, char c)
private static int
NativeRegExp. emitREBytecode(CompilerState state, RECompiled re, int pc, RENode t)
private static int
NativeRegExp. getDecimalValue(char c, CompilerState state, int maxValue, java.lang.String overflowMessageId)
private static boolean
NativeRegExp. parseAlternative(CompilerState state)
private static boolean
NativeRegExp. parseDisjunction(CompilerState state)
private static boolean
NativeRegExp. parseTerm(CompilerState state)
-