Package org.mozilla.javascript.regexp
Class RECompiled
java.lang.Object
org.mozilla.javascript.regexp.RECompiled
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) RECharSet[]
(package private) int
(package private) int
(package private) byte[]
private static final long
(package private) final char[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
source
final char[] source -
parenCount
int parenCount -
flags
int flags -
program
byte[] program -
classCount
int classCount -
classList
RECharSet[] classList -
anchorCh
int anchorCh
-
-
Constructor Details
-
RECompiled
RECompiled(String str)
-