Class GroovyCategorySupport.CategoryMethod

All Implemented Interfaces:
MetaMember, Cloneable, Comparable
Enclosing class:
GroovyCategorySupport

public static class GroovyCategorySupport.CategoryMethod extends NewInstanceMetaMethod implements Comparable
  • Constructor Details

  • Method Details

    • isCacheable

      public boolean isCacheable()
      Description copied from class: MetaMethod
      Returns whether this object is cacheable.
      Overrides:
      isCacheable in class MetaMethod
    • compareTo

      public int compareTo(Object that)
      Sort by most specific to least specific.
      Specified by:
      compareTo in interface Comparable
      Parameters:
      that - the object to compare against