org.codehaus.groovy.reflection
[Java] Class CachedConstructor
java.lang.Object
  
org.codehaus.groovy.reflection.ParameterTypes
      
org.codehaus.groovy.reflection.CachedConstructor
public class CachedConstructor
extends ParameterTypes
 
- Authors:
 - Alex.Tkachman
 
    
     
                 
    
     
    
     
                | 
                Methods inherited from class ParameterTypes
                 | 
                | coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes | 
                
                 
                 
    
    
        cachedConstructor
        public final Constructor cachedConstructor
        
        - 
        
 
        
        
        
    
     
    
    
        
        CachedConstructor
        public CachedConstructor(CachedClass clazz, Constructor c)
        
        - 
        
 
        
        
        
    
        
        CachedConstructor
        public CachedConstructor(Constructor c)
        
        - 
        
 
        
        
        
    
     
    
    
        
        doConstructorInvoke
        public Object doConstructorInvoke(Object[] argumentArray)
        
        - 
        
 
        
        
        
    
        
        find
        public static CachedConstructor find(Constructor constructor)
        
        - 
        
 
        
        
        
    
        
        getModifiers
        public int getModifiers()
        
        - 
        
 
        
        
        
    
        
        getPT
        protected Class[] getPT()
        
        - 
        
 
        
        
        
    
        
        invoke
        public Object invoke(Object[] argumentArray)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.