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
Modifier and Type Field and Description
 MetaMethod method
           
 Class[] params
           
 
Constructor Summary
Constructor and Description
MetaMethodIndex.CacheEntry()
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

public Class[] params

method

public MetaMethod method
Constructor Detail

MetaMethodIndex.CacheEntry

public MetaMethodIndex.CacheEntry()

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