Class RENode
- java.lang.Object
-
- org.htmlunit.corejs.javascript.regexp.RENode
-
class RENode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbmsize(package private) charchr(package private) intflatIndex(package private) booleangreedy(package private) intindex(package private) RENodekid(package private) RENodekid2(package private) intkidlen(package private) intlength(package private) intmax(package private) intmin(package private) RENodenext(package private) byteop(package private) intparenCount(package private) intparenIndex(package private) booleansense(package private) intstartIndex
-
Constructor Summary
Constructors Constructor Description RENode(byte op)
-
-
-
Field Detail
-
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
-
-