Uses of Class
org.htmlunit.corejs.javascript.regexp.CompilerState
Packages that use CompilerState
-
Uses of CompilerState in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type CompilerStateModifier and TypeMethodDescriptionprivate 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, String overflowMessageId) private static boolean
NativeRegExp.parseAlternative
(CompilerState state) private static boolean
NativeRegExp.parseDisjunction
(CompilerState state) private static boolean
NativeRegExp.parseTerm
(CompilerState state)