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 Summary
Constructors Constructor Description RegexSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matcher
getLastMatcher()
static void
setLastMatcher(Matcher matcher)
-