org.codehaus.groovy.runtime.callsite
Class ConstructorSite
java.lang.Object
  
org.codehaus.groovy.runtime.callsite.AbstractCallSite
      
org.codehaus.groovy.runtime.callsite.MetaClassSite
          
org.codehaus.groovy.runtime.callsite.ConstructorSite
- All Implemented Interfaces: 
 - CallSite
 
- Direct Known Subclasses: 
 - ConstructorSite.ConstructorSiteNoUnwrap, ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
 
public class ConstructorSite
- extends MetaClassSite
 
 
 
 
 
 
 
| Methods inherited from class org.codehaus.groovy.runtime.callsite.AbstractCallSite | 
acceptGetProperty, acceptGroovyObjectGetProperty, call, call, call, call, call, call, callConstructor, callConstructor, callConstructor, callConstructor, callConstructor, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callCurrent, callGetProperty, callGetPropertySafe, callGroovyObjectGetProperty, callGroovyObjectGetPropertySafe, callSafe, callSafe, callSafe, callSafe, callSafe, callSafe, callStatic, callStatic, callStatic, callStatic, callStatic, callStatic, createGetPropertySite, createGroovyObjectGetPropertySite, getArray, getIndex, getName, getProperty | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConstructorSite
public ConstructorSite(CallSite site,
                       MetaClassImpl metaClass,
                       CachedConstructor constructor,
                       Class[] params)
callConstructor
public Object callConstructor(Object receiver,
                              Object[] args)
                       throws Throwable
- Specified by:
 callConstructor in interface CallSite- Overrides:
 callConstructor in class AbstractCallSite
 
- Throws:
 Throwable
 
checkCall
protected final boolean checkCall(Object receiver,
                                  Object[] args)
 
createConstructorSite
public static ConstructorSite createConstructorSite(CallSite site,
                                                    MetaClassImpl metaClass,
                                                    CachedConstructor constructor,
                                                    Class[] params,
                                                    Object[] args)