Serialized Form
-
Package org.apache.oro.text
-
Class org.apache.oro.text.MalformedCachePatternException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.oro.text.awk
-
Class org.apache.oro.text.awk.AwkPattern extends java.lang.Object implements Serializable
-
Serialized Fields
-
_Dtrans
java.util.Vector _Dtrans
-
_emptySet
java.util.BitSet _emptySet
-
_endPosition
int _endPosition
-
_endStates
java.util.BitSet _endStates
-
_expression
java.lang.String _expression
-
_fastMap
boolean[] _fastMap
-
_followSet
java.util.BitSet[] _followSet
-
_hasBeginAnchor
boolean _hasBeginAnchor
-
_hasEndAnchor
boolean _hasEndAnchor
-
_matchesNullString
boolean _matchesNullString
-
_nodeList
java.util.Vector[] _nodeList
-
_numStates
int _numStates
-
_options
int _options
-
_stateList
java.util.Vector _stateList
-
_stateMap
java.util.Hashtable _stateMap
-
_U
java.util.BitSet _U
-
-
-
-
Package org.apache.oro.text.perl
-
Class org.apache.oro.text.perl.MalformedPerl5PatternException extends MalformedCachePatternException implements Serializable
-
-
Package org.apache.oro.text.regex
-
Class org.apache.oro.text.regex.MalformedPatternException extends java.lang.Exception implements Serializable
-
Class org.apache.oro.text.regex.Perl5Pattern extends java.lang.Object implements Serializable
-
Serialized Fields
-
_anchor
int _anchor
-
_back
int _back
-
_expression
java.lang.String _expression
-
_isCaseInsensitive
boolean _isCaseInsensitive
-
_isExpensive
boolean _isExpensive
-
_minLength
int _minLength
-
_mustString
char[] _mustString
-
_mustUtility
int _mustUtility
-
_numParentheses
int _numParentheses
-
_options
int _options
-
_program
char[] _program
-
_startClassOffset
int _startClassOffset
-
_startString
char[] _startString
-
-
-
-
Package org.apache.oro.util
-
Class org.apache.oro.util.CacheFIFO extends GenericCache implements Serializable
-
Serialized Fields
-
__curent
int __curent
-
-
-
Class org.apache.oro.util.CacheFIFO2 extends GenericCache implements Serializable
-
Serialized Fields
-
__current
int __current
-
__tryAgain
boolean[] __tryAgain
-
-
-
Class org.apache.oro.util.CacheLRU extends GenericCache implements Serializable
-
Serialized Fields
-
__head
int __head
-
__next
int[] __next
-
__prev
int[] __prev
-
__tail
int __tail
-
-
-
Class org.apache.oro.util.CacheRandom extends GenericCache implements Serializable
-
Serialized Fields
-
__random
java.util.Random __random
-
-
-
Class org.apache.oro.util.GenericCache extends java.lang.Object implements Serializable
-
Serialized Fields
-
_cache
org.apache.oro.util.GenericCacheEntry[] _cache
-
_numEntries
int _numEntries
-
_table
java.util.HashMap _table
-
-
-