Class CachedClosureClass
- java.lang.Object
- 
- org.codehaus.groovy.reflection.CachedClass
- 
- org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
 
 
- 
 public class CachedClosureClass extends CachedClass 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.CachedClassCachedClass.CachedMethodComparatorByName, CachedClass.CachedMethodComparatorWithString
 
- 
 - 
Field Summary- 
Fields 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 SummaryAll Methods Instance Methods Concrete Methods Modifier 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, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CachedClosureClasspublic CachedClosureClass(java.lang.Class klazz, ClassInfo classInfo)
 
- 
 
-