Package org.codehaus.groovy.runtime
Class ClassExtender
- java.lang.Object
 - 
- org.codehaus.groovy.runtime.ClassExtender
 
 
- 
@Deprecated public class ClassExtender extends Object
Deprecated.A helper class used by the runtime to allow Groovy classes to be extended at runtime 
- 
- 
Constructor Summary
Constructors Constructor Description ClassExtender()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddMethod(String name, Closure closure)Deprecated.voidcall(String name, Object params)Deprecated.protected MapcreateMap()Deprecated.Objectget(String name)Deprecated.voidremove(String name)Deprecated.voidremoveMethod(String name)Deprecated.voidset(String name, Object value)Deprecated. 
 -