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 void
addMethod(String name, Closure closure)
Deprecated.void
call(String name, Object params)
Deprecated.protected Map
createMap()
Deprecated.Object
get(String name)
Deprecated.void
remove(String name)
Deprecated.void
removeMethod(String name)
Deprecated.void
set(String name, Object value)
Deprecated.
-