org.codehaus.groovy.runtime
Class RegexSupport

java.lang.Object
  extended by org.codehaus.groovy.runtime.RegexSupport

public class RegexSupport
extends java.lang.Object

Used to store the last regex match.


Field Summary
private static java.lang.ThreadLocal CURRENT_MATCHER
           
 
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

CURRENT_MATCHER

private static final java.lang.ThreadLocal CURRENT_MATCHER
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 © ${year} The Codehaus. All Rights Reserved.