Uses of Class
org.htmlunit.corejs.javascript.regexp.CompilerState
-
Packages that use CompilerState Package Description org.htmlunit.corejs.javascript.regexp -
-
Uses of CompilerState in org.htmlunit.corejs.javascript.regexp
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type CompilerState Modifier and Type Method Description private 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, java.lang.String overflowMessageId)private static booleanNativeRegExp. parseAlternative(CompilerState state)private static booleanNativeRegExp. parseDisjunction(CompilerState state)private static booleanNativeRegExp. parseTerm(CompilerState state)
-