Class 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 Detail

      • ClassExtender

        public ClassExtender()
        Deprecated.
    • Method Detail

      • set

        public void set​(String name,
                        Object value)
        Deprecated.
      • remove

        public void remove​(String name)
        Deprecated.
      • call

        public void call​(String name,
                         Object params)
        Deprecated.
      • addMethod

        public void addMethod​(String name,
                              Closure closure)
        Deprecated.
      • removeMethod

        public void removeMethod​(String name)
        Deprecated.
      • createMap

        protected Map createMap()
        Deprecated.