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
Modifier and Type Method Description static MatchergetLastMatcher()static voidsetLastMatcher(Matcher matcher)
-
Constructor Details
-
RegexSupport
public RegexSupport()
-
-
Method Details
-
getLastMatcher
-
setLastMatcher
-