org.codehaus.groovy.runtime.metaclass
Class MetaMethodIndex.CacheEntry

java.lang.Object
  extended by org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
Enclosing class:
MetaMethodIndex

public static class MetaMethodIndex.CacheEntry
extends Object


Field Summary
 MetaMethod method
           
 Class[] params
           
 
Constructor Summary
MetaMethodIndex.CacheEntry(Class[] params, MetaMethod method)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

public final Class[] params

method

public final MetaMethod method
Constructor Detail

MetaMethodIndex.CacheEntry

public MetaMethodIndex.CacheEntry(Class[] params,
                                  MetaMethod method)

Copyright © 2003-2012 The Codehaus. All rights reserved.