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
classInfo, EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
 
Constructor Summary
CachedClosureClass(Class klazz, ClassInfo classInfo)
           
 
Method Summary
 int getMaximumNumberOfParameters()
           
 Class[] getParameterTypes()
           
 
Methods inherited from class org.codehaus.groovy.reflection.CachedClass
addNewMopMethods, box, coerceArgument, doCast, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isAssignableFrom, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString, unbox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedClosureClass

public CachedClosureClass(Class klazz,
                          ClassInfo classInfo)
Method Detail

getParameterTypes

public Class[] getParameterTypes()

getMaximumNumberOfParameters

public int getMaximumNumberOfParameters()

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