Groovy Documentation

org.codehaus.groovy.runtime.callsite
[Java] Class PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap

java.lang.Object
  PogoCachedMethodSite
      org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap

public static class PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap
extends PogoCachedMethodSite

Constructor Summary
PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap(CallSite site, MetaClassImpl metaClass, CachedMethod metaMethod, java.lang.Class[] params)

 
Method Summary
java.lang.Object invoke(java.lang.Object receiver, java.lang.Object[] args)

 

Constructor Detail

PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap

public PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap(CallSite site, MetaClassImpl metaClass, CachedMethod metaMethod, java.lang.Class[] params)


 
Method Detail

invoke

public final java.lang.Object invoke(java.lang.Object receiver, java.lang.Object[] args)


 

Groovy Documentation