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.
Since:
1.0
See Also:
  • Field Details

    • _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
  • Constructor Details

    • Perl5Repetition

      Perl5Repetition()