[Java] Class GroovyCategorySupport.CategoryMethod

  • org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod
All Implemented Interfaces and Traits:
Comparable
public static class GroovyCategorySupport.CategoryMethod
extends NewInstanceMetaMethod
implements Comparable

Constructor Detail

public CategoryMethod(CachedMethod metaMethod, Class metaClass)

Method Detail

public int compareTo(Object o)

Sort by most specific to least specific.

Parameters:
o - the object to compare against

public boolean isCacheable()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/GroovyCategorySupport.CategoryMethod.html