Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.oro.text.regex
Class Perl5Repetition  view Perl5Repetition download Perl5Repetition.java

java.lang.Object
  extended byorg.apache.oro.text.regex.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
Version:
@version@

Field Summary
(package private)  int _lastLocation
           
(package private)  Perl5Repetition _lastRepetition
           
(package private)  int _max
           
(package private)  int _min
           
(package private)  boolean _minMod
           
(package private)  int _next
           
(package private)  int _numInstances
           
(package private)  int _parenFloor
           
(package private)  int _scan
           
 
Constructor Summary
(package private) Perl5Repetition()
           
 
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

_lastRepetition

Perl5Repetition _lastRepetition
Constructor Detail

Perl5Repetition

Perl5Repetition()