Uses of Class
org.htmlunit.corejs.javascript.regexp.RENode
Packages that use RENode
-
Uses of RENode in org.htmlunit.corejs.javascript.regexp
Fields in org.htmlunit.corejs.javascript.regexp declared as RENodeModifier and TypeFieldDescription(package private) RENode
RENode.kid
(package private) RENode
RENode.kid2
(package private) RENode
RENode.next
(package private) RENode
CompilerState.result
Methods in org.htmlunit.corejs.javascript.regexp with parameters of type RENodeModifier and TypeMethodDescriptionprivate static boolean
NativeRegExp.calculateBitmapSize
(CompilerState state, RENode target, char[] src, int index, int end) private static int
NativeRegExp.emitREBytecode
(CompilerState state, RECompiled re, int pc, RENode t)