public abstract class ExtensionModule extends Object
meta methods to the Groovy
 compiler and runtime. Those methods are use to "dynamically extend" existing classes by adding methods to
 existing classes.| Constructor and Description | 
|---|
ExtensionModule(String moduleName,
               String moduleVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract List<MetaMethod> | 
getMetaMethods()  | 
String | 
getName()  | 
String | 
getVersion()  | 
String | 
toString()  |