Package org.codehaus.groovy.runtime
Class RegexSupport
java.lang.Object
org.codehaus.groovy.runtime.RegexSupport
public class RegexSupport
extends java.lang.Object
Used to store the last regex match.
- 
Constructor SummaryConstructors Constructor Description RegexSupport()
- 
Method SummaryModifier and Type Method Description static java.util.regex.MatchergetLastMatcher()static voidsetLastMatcher(java.util.regex.Matcher matcher)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
RegexSupportpublic RegexSupport()
 
- 
- 
Method Details- 
getLastMatcherpublic static java.util.regex.Matcher getLastMatcher()
- 
setLastMatcherpublic static void setLastMatcher(java.util.regex.Matcher matcher)
 
-