Class RENode
java.lang.Object
org.mozilla.javascript.regexp.RENode
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) char
(package private) int
(package private) boolean
(package private) int
(package private) RENode
(package private) RENode
(package private) int
(package private) int
(package private) int
(package private) int
(package private) RENode
(package private) byte
(package private) int
(package private) int
(package private) boolean
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
op
byte op -
next
RENode next -
kid
RENode kid -
kid2
RENode kid2 -
parenIndex
int parenIndex -
min
int min -
max
int max -
parenCount
int parenCount -
greedy
boolean greedy -
startIndex
int startIndex -
kidlen
int kidlen -
bmsize
int bmsize -
index
int index -
sense
boolean sense -
chr
char chr -
length
int length -
flatIndex
int flatIndex
-
-
Constructor Details
-
RENode
RENode(byte op)
-