org.codehaus.groovy.reflection.stdclasses
Class CachedClosureClass

java.lang.Object
  extended by org.codehaus.groovy.reflection.CachedClass
      extended by org.codehaus.groovy.reflection.stdclasses.CachedClosureClass

public class CachedClosureClass
extends CachedClass


Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.CachedClass
CachedClass.CachedMethodComparatorByName, CachedClass.CachedMethodComparatorWithString
 
Field Summary
 
Fields inherited from class org.codehaus.groovy.reflection.CachedClass
EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
 
Constructor Summary
CachedClosureClass(java.lang.Class klazz)
           
 
Method Summary
 int getMaximumNumberOfParameters()
           
 java.lang.Class[] getParameterTypes()
           
 
Methods inherited from class org.codehaus.groovy.reflection.CachedClass
box, coerceArgument, doCast, getCachedSuperClass, getConstructors, getFields, getInterfaces, getMetaClassForClass, getMethods, getModifiers, getName, getNewMetaMethods, getOwnInterfaces, getReflector, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isAssignableFrom, isInterface, isPrimitive, isVoid, searchMethods, setMetaClassForClass, setNewMopMethods, setStaticMetaClassField, toString, unbox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedClosureClass

public CachedClosureClass(java.lang.Class klazz)
Method Detail

getParameterTypes

public java.lang.Class[] getParameterTypes()

getMaximumNumberOfParameters

public int getMaximumNumberOfParameters()

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