net.sf.retrotranslator.runtime.java.util.regex
Class _Matcher

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.util.regex._Matcher

public class _Matcher
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Matcher()
           
 
Method Summary
static java.lang.String quoteReplacement(java.lang.String s)
           
static java.util.regex.MatchResult toMatchResult(java.util.regex.Matcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Matcher

public _Matcher()
Method Detail

quoteReplacement

public static java.lang.String quoteReplacement(java.lang.String s)

toMatchResult

public static java.util.regex.MatchResult toMatchResult(java.util.regex.Matcher matcher)