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
private  int maximumNumberOfParameters
           
private  java.lang.Class[] parameterTypes
           
 
Fields inherited from class org.codehaus.groovy.reflection.CachedClass
classInfo, EMPTY_ARRAY, isArray, isInterface, isNumber, isPrimitive, modifiers, mopMethods
 
Constructor Summary
CachedClosureClass(java.lang.Class klazz, ClassInfo classInfo)
           
 
Method Summary
 int getMaximumNumberOfParameters()
           
 java.lang.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
 

Field Detail

parameterTypes

private final java.lang.Class[] parameterTypes

maximumNumberOfParameters

private final int maximumNumberOfParameters
Constructor Detail

CachedClosureClass

public CachedClosureClass(java.lang.Class klazz,
                          ClassInfo classInfo)
Method Detail

getParameterTypes

public java.lang.Class[] getParameterTypes()

getMaximumNumberOfParameters

public int getMaximumNumberOfParameters()


Copyright © ${year} The Codehaus. All Rights Reserved.