Serialized Form

Class gnu.regexp.RE implements Serializable

Serialized Fields

firstToken

gnu.regexp.REToken firstToken

lastToken

gnu.regexp.REToken lastToken

numSubs

int numSubs

minimumLength

int minimumLength
Minimum length, in characters, of any possible match.


Class gnu.regexp.REException implements Serializable

Serialized Fields

type

int type

pos

int pos


Class gnu.regexp.REMatch implements Serializable

Serialized Fields

matchedText

java.lang.String matchedText

eflags

int eflags

offset

int offset

anchor

int anchor

start

int[] start

end

int[] end

index

int index

next

REMatch next


Class gnu.regexp.REMatchEnumeration implements Serializable

Serialized Fields

more

int more

match

REMatch match

expr

RE expr

input

CharIndexed input

eflags

int eflags

buffer

java.lang.StringBuffer buffer


Class gnu.regexp.RESyntax implements Serializable

Serialized Fields

bits

java.util.BitSet bits

isFinal

boolean isFinal

lineSeparator

java.lang.String lineSeparator