Serialized Form
-
Package org.apache.oro.text
-
Exception Class org.apache.oro.text.MalformedCachePatternException
class MalformedCachePatternException extends RuntimeException implements Serializable
-
-
Package org.apache.oro.text.awk
-
Class org.apache.oro.text.awk.AwkPattern
class AwkPattern extends Object implements Serializable-
Serialized Fields
-
_Dtrans
Vector _Dtrans
-
_emptySet
BitSet _emptySet
-
_endPosition
int _endPosition
-
_endStates
BitSet _endStates
-
_expression
String _expression
-
_fastMap
boolean[] _fastMap
-
_followSet
BitSet[] _followSet
-
_hasBeginAnchor
boolean _hasBeginAnchor
-
_hasEndAnchor
boolean _hasEndAnchor
-
_matchesNullString
boolean _matchesNullString
-
_nodeList
Vector[] _nodeList
-
_numStates
int _numStates
-
_options
int _options
-
_stateList
Vector _stateList
-
_stateMap
Hashtable _stateMap
-
_U
BitSet _U
-
-
-
-
Package org.apache.oro.text.perl
-
Exception Class org.apache.oro.text.perl.MalformedPerl5PatternException
class MalformedPerl5PatternException extends MalformedCachePatternException implements Serializable
-
-
Package org.apache.oro.text.regex
-
Exception Class org.apache.oro.text.regex.MalformedPatternException
class MalformedPatternException extends Exception implements Serializable -
Class org.apache.oro.text.regex.Perl5Pattern
class Perl5Pattern extends Object implements Serializable-
Serialized Fields
-
_anchor
int _anchor
-
_back
int _back
-
_expression
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
class CacheFIFO extends GenericCache implements Serializable-
Serialized Fields
-
__curent
int __curent
-
-
-
Class org.apache.oro.util.CacheFIFO2
class CacheFIFO2 extends GenericCache implements Serializable-
Serialized Fields
-
__current
int __current
-
__tryAgain
boolean[] __tryAgain
-
-
-
Class org.apache.oro.util.CacheLRU
class 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
class CacheRandom extends GenericCache implements Serializable-
Serialized Fields
-
__random
Random __random
-
-
-
Class org.apache.oro.util.GenericCache
class GenericCache extends Object implements Serializable-
Serialized Fields
-
_cache
org.apache.oro.util.GenericCacheEntry[] _cache
-
_numEntries
int _numEntries
-
_table
HashMap _table
-
-
-