Uses of Interface
jregex.MatchResult

Packages that use MatchResult
jregex   
 

Uses of MatchResult in jregex
 

Classes in jregex that implement MatchResult
 class Matcher
          Matcher instance is an automaton that actually performs matching.
 

Methods in jregex that return MatchResult
 MatchResult MatchIterator.nextMatch()
           
 

Methods in jregex with parameters of type MatchResult
 void PerlSubstitution.appendSubstitution(MatchResult match, TextBuffer dest)
           
 void Substitution.appendSubstitution(MatchResult match, TextBuffer dest)
           
 Matcher Pattern.matcher(MatchResult res, int groupId)
          Returns a matcher for a match result (in a performance-friendly way).
 Matcher Pattern.matcher(MatchResult res, java.lang.String groupName)
          Just as above, yet with symbolic group name.
 java.lang.String Replacer.replace(MatchResult res, int group)
           
 int Replacer.replace(MatchResult res, int group, java.lang.StringBuffer sb)
           
 int Replacer.replace(MatchResult res, int group, TextBuffer dest)
           
 void Replacer.replace(MatchResult res, int group, java.io.Writer out)
           
 int Replacer.replace(MatchResult res, java.lang.String groupName, java.lang.StringBuffer sb)
           
 int Replacer.replace(MatchResult res, java.lang.String groupName, TextBuffer dest)
           
 void Replacer.replace(MatchResult res, java.lang.String groupName, java.io.Writer out)
           
 java.lang.String PerlSubstitution.value(MatchResult mr)
           
 



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