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) intbackReferenceLimit(package private) intclassCount(package private) intcp(package private) char[]cpbegin(package private) intcpend(package private) Contextcx(package private) intflags(package private) intmaxBackReference(package private) intparenCount(package private) intparenNesting(package private) intprogLength(package private) RENoderesult
-
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)
-
-