Sha256: 7647b161983dc176317435c6d60560dbe7f50a8e0f07b08f6dabb946c0d6d075

Contents?: true

Size: 1.13 KB

Versions: 119

Compression:

Stored size: 1.13 KB

Contents

/* 
 * $Id: ParsedSubstitutionEntry.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.perl;

import org.apache.oro.text.regex.*;

/**
 * @version @version@
 * @since 1.0
 */
final class ParsedSubstitutionEntry {
  int _numSubstitutions;
  Pattern _pattern;
  Perl5Substitution _substitution;

  ParsedSubstitutionEntry(Pattern pattern, Perl5Substitution substitution,
			  int numSubstitutions)
  {
    _numSubstitutions  = numSubstitutions;
    _substitution      = substitution;
    _pattern           = pattern;
  }
}

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
rhodes-3.5.1.12 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.5 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.4.2 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.4 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.3 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.3.beta.4 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.3.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.3.beta.2 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.3.beta.1 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.7 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.6 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.5 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.4 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.2 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.2.beta.1 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.1 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.0 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
rhodes-3.3.0.beta.3 platform/bb/RubyVM/src/org/apache/oro/text/perl/ParsedSubstitutionEntry.java