Class CachedClosureClass
java.lang.Object
org.codehaus.groovy.reflection.CachedClass
org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
public class CachedClosureClass extends CachedClass
- 
Nested Class SummaryNested classes/interfaces inherited from class org.codehaus.groovy.reflection.CachedClassCachedClass.CachedMethodComparatorByName, CachedClass.CachedMethodComparatorWithString
- 
Field SummaryFields inherited from class org.codehaus.groovy.reflection.CachedClassclassInfo, EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
- 
Constructor SummaryConstructors Constructor Description CachedClosureClass(java.lang.Class klazz, ClassInfo classInfo)
- 
Method SummaryModifier and Type Method Description intgetMaximumNumberOfParameters()java.lang.Class[]getParameterTypes()Methods inherited from class org.codehaus.groovy.reflection.CachedClassaddNewMopMethods, coerceArgument, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, isAssignableFrom, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
CachedClosureClass
 
- 
- 
Method Details- 
getParameterTypespublic java.lang.Class[] getParameterTypes()
- 
getMaximumNumberOfParameterspublic int getMaximumNumberOfParameters()
 
-