Class RECompiled
- java.lang.Object
-
- org.htmlunit.corejs.javascript.regexp.RECompiled
-
- All Implemented Interfaces:
java.io.Serializable
class RECompiled extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
anchorCh
(package private) int
classCount
(package private) RECharSet[]
classList
(package private) int
flags
(package private) int
parenCount
(package private) byte[]
program
private static long
serialVersionUID
(package private) char[]
source
-
Constructor Summary
Constructors Constructor Description RECompiled(java.lang.String str)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
source
final char[] source
-
parenCount
int parenCount
-
flags
int flags
-
program
byte[] program
-
classCount
int classCount
-
classList
RECharSet[] classList
-
anchorCh
int anchorCh
-
-