org.codehaus.groovy.runtime
Class RegexSupport

java.lang.Object
  extended byorg.codehaus.groovy.runtime.RegexSupport

public class RegexSupport
extends java.lang.Object

Created by IntelliJ IDEA. User: sam Date: May 17, 2004 Time: 9:04:28 PM To change this template use File | Settings | File Templates.


Field Summary
private static java.lang.ThreadLocal currentMatcher
           
 
Constructor Summary
RegexSupport()
           
 
Method Summary
static java.util.regex.Matcher getLastMatcher()
           
static void setLastMatcher(java.util.regex.Matcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentMatcher

private static java.lang.ThreadLocal currentMatcher
Constructor Detail

RegexSupport

public RegexSupport()
Method Detail

getLastMatcher

public static java.util.regex.Matcher getLastMatcher()

setLastMatcher

public static void setLastMatcher(java.util.regex.Matcher matcher)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.