Uses of Package
org.codehaus.groovy.runtime.callsite

Packages that use org.codehaus.groovy.runtime.callsite
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.runtime.callsite   
org.codehaus.groovy.runtime.dgmimpl   
org.codehaus.groovy.runtime.dgmimpl.arrays   
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Classes in org.codehaus.groovy.runtime.callsite used by groovy.lang
CallSite
           
 

Classes in org.codehaus.groovy.runtime.callsite used by org.codehaus.groovy.reflection
CallSite
           
CallSiteClassLoader
           
 

Classes in org.codehaus.groovy.runtime.callsite used by org.codehaus.groovy.runtime.callsite
AbstractCallSite
          Base class for all call sites
CallSite
           
CallSiteArray
           
ConstructorSite
           
ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
          Call site where we know there is no need neither unwrap nor coerce arguments
MetaClassSite
          Call site which holds reference to meta class
MetaMethodSite
          Call site which caches meta method
PogoMetaMethodSite
          POGO call site meta class - cached method - cached
PogoMetaMethodSite.PogoCachedMethodSite
           
PojoMetaMethodSite
          POJO call site meta class - cached method - cached
PojoMetaMethodSite.PojoCachedMethodSite
           
StaticMetaMethodSite
          POJO call site meta class - cached method - cached
 

Classes in org.codehaus.groovy.runtime.callsite used by org.codehaus.groovy.runtime.dgmimpl
AbstractCallSite
          Base class for all call sites
CallSite
           
CallSiteAwareMetaMethod
           
MetaClassSite
          Call site which holds reference to meta class
MetaMethodSite
          Call site which caches meta method
PojoMetaMethodSite
          POJO call site meta class - cached method - cached
 

Classes in org.codehaus.groovy.runtime.callsite used by org.codehaus.groovy.runtime.dgmimpl.arrays
AbstractCallSite
          Base class for all call sites
CallSite
           
CallSiteAwareMetaMethod
           
MetaClassSite
          Call site which holds reference to meta class
MetaMethodSite
          Call site which caches meta method
PojoMetaMethodSite
          POJO call site meta class - cached method - cached
 

Classes in org.codehaus.groovy.runtime.callsite used by org.codehaus.groovy.runtime.metaclass
CallSite
           
 



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