Uses of Interface
jregex.Substitution

Packages that use Substitution
jregex   
 

Uses of Substitution in jregex
 

Classes in jregex that implement Substitution
 class PerlSubstitution
          An implementation of the Substitution interface.
 

Methods in jregex with parameters of type Substitution
static int Replacer.replace(Matcher m, Substitution substitution, TextBuffer dest)
          Replaces all occurences of a matcher's pattern in a matcher's target by a given substitution appending the result to a buffer.
The substitution starts from current matcher's position, current match not included.
static int Replacer.replace(Matcher m, Substitution substitution, java.io.Writer out)
           
 Replacer Pattern.replacer(Substitution model)
          Returns a replacer will substitute all occurences of a pattern through applying a user-defined substitution model.
 

Constructors in jregex with parameters of type Substitution
Replacer(Pattern pattern, Substitution substitution)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.