Serialized Form
-
Package de.unkrig.lfr.core
-
Class de.unkrig.lfr.core.Pattern
class Pattern extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
flags
int flags
The flags configured at compile time.- See Also:
-
pattern
String pattern
The uncompiled regular expression; only needed forPattern.pattern()andPattern.toString().
-
-