Package org.codehaus.groovy.runtime
Class RegexSupport
- java.lang.Object
- 
- org.codehaus.groovy.runtime.RegexSupport
 
- 
 public class RegexSupport extends Object Used to store the last regex match.
- 
- 
Constructor SummaryConstructors Constructor Description RegexSupport()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MatchergetLastMatcher()static voidsetLastMatcher(Matcher matcher)
 
-