Class CompilerState
- java.lang.Object
-
- org.htmlunit.corejs.javascript.regexp.CompilerState
-
class CompilerState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
backReferenceLimit
(package private) int
classCount
(package private) int
cp
(package private) char[]
cpbegin
(package private) int
cpend
(package private) Context
cx
(package private) int
flags
(package private) int
maxBackReference
(package private) int
parenCount
(package private) int
parenNesting
(package private) int
progLength
(package private) RENode
result
-
Constructor Summary
Constructors Constructor Description CompilerState(Context cx, char[] source, int length, int flags)
-
-
-
Field Detail
-
cx
Context cx
-
cpbegin
char[] cpbegin
-
cpend
int cpend
-
cp
int cp
-
flags
int flags
-
backReferenceLimit
int backReferenceLimit
-
maxBackReference
int maxBackReference
-
parenCount
int parenCount
-
parenNesting
int parenNesting
-
classCount
int classCount
-
progLength
int progLength
-
result
RENode result
-
-
Constructor Detail
-
CompilerState
CompilerState(Context cx, char[] source, int length, int flags)
-
-