Class Perl5Repetition


  • final class Perl5Repetition
    extends java.lang.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:
    Perl5Matcher
    • Constructor Summary

      Constructors 
      Constructor Description
      Perl5Repetition()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _parenFloor

        int _parenFloor
      • _numInstances

        int _numInstances
      • _min

        int _min
      • _max

        int _max
      • _minMod

        boolean _minMod
      • _scan

        int _scan
      • _next

        int _next
      • _lastLocation

        int _lastLocation
    • Constructor Detail

      • Perl5Repetition

        Perl5Repetition()