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
 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 PerlSubstitution.value(MatchResult mr)
           
 void PerlSubstitution.appendSubstitution(MatchResult match, TextBuffer dest)
           
 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, java.lang.String groupName, java.lang.StringBuffer sb)
           
 int Replacer.replace(MatchResult res, int group, TextBuffer dest)
           
 int Replacer.replace(MatchResult res, java.lang.String groupName, TextBuffer dest)
           
 void Replacer.replace(MatchResult res, int group, java.io.Writer out)
           
 void Replacer.replace(MatchResult res, java.lang.String groupName, java.io.Writer out)
           
 void Substitution.appendSubstitution(MatchResult match, TextBuffer dest)
           
 



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