Sha256: 08038b41e70f32f9ff7ab1048b425fd78713b77052cf6b13f6a507996798de20

Contents?: true

Size: 1.13 KB

Versions: 119

Compression:

Stored size: 1.13 KB

Contents

/* 
 * $Id: Perl5Repetition.java 124053 2005-01-04 01:24:35Z dfs $
 *
 * Copyright 2000-2005 The Apache Software Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


package org.apache.oro.text.regex;


/**
 * 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 @version@
 * @since 1.0
 * @see Perl5Matcher
 */
final class Perl5Repetition {
  int _parenFloor;
  int _numInstances, _min, _max;
  boolean _minMod;
  int _scan;
  int _next;
  int _lastLocation;
  Perl5Repetition _lastRepetition;
}

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
rhodes-3.1.0.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.1.0.beta.2 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.1.0.beta.1 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.2 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.2.beta.1 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.8 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.7 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.6 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.5 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.4 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.1.beta.2 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.7 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.6 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.5 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.4 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java
rhodes-3.0.0.beta.2 platform/bb/RubyVM/src/org/apache/oro/text/regex/Perl5Repetition.java