On this page
[Java] Class PojoMetaMethodSite.PojoCachedMethodSite
- org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoCachedMethodSite
public static class PojoMetaMethodSite.PojoCachedMethodSite
extends PojoMetaMethodSite
Fields inherited from class | Fields |
---|---|
class PojoMetaMethodSite |
version |
class MetaMethodSite |
params |
class MetaClassSite |
metaClass |
class AbstractCallSite |
array, index, name |
Constructor Summary
Constructor and description |
---|
PojoCachedMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Object |
invoke(Object receiver, Object[] args) |
Inherited Methods Summary
Constructor Detail
public PojoCachedMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)
Method Detail
@Override public Object invoke(Object receiver, Object[] args)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/runtime/callsite/PojoMetaMethodSite.PojoCachedMethodSite.html