org.apache.oro.text.regex
Class Perl5Repetition
java.lang.Object
|
+--org.apache.oro.text.regex.Perl5Repetition
- final class Perl5Repetition
- extends Object
Perl5Repetition is a support class for Perl5Matcher. It was originally
defined as a top-level class rather than as an inner class to allow
compilation for JDK 1.0.2.
- Version:
- $Id: Perl5Repetition.java,v 1.4 2001/12/02 06:01:41 markm Exp $
- Author:
- Daniel F. Savarese
- See Also:
Perl5Matcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_parenFloor
int _parenFloor
_numInstances
int _numInstances
_min
int _min
_max
int _max
_minMod
boolean _minMod
_scan
int _scan
_next
int _next
_lastLocation
int _lastLocation
_lastRepetition
Perl5Repetition _lastRepetition
Perl5Repetition
Perl5Repetition()
comments?