Class MetaMethodIndex.MetaMethodCache

java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.MetaMethodCache
Enclosing class:
MetaMethodIndex

public static class MetaMethodIndex.MetaMethodCache extends Object
A cache entry for a metamethod with its parameter types.
  • Field Details

    • params

      public final Class<?>[] params
      The parameter types used for this cached method
    • method

      public final MetaMethod method
      The cached metamethod
  • Constructor Details