|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaMethodSite | |
---|---|
org.codehaus.groovy.runtime.callsite | |
org.codehaus.groovy.runtime.dgmimpl | |
org.codehaus.groovy.runtime.dgmimpl.arrays |
Uses of MetaMethodSite in org.codehaus.groovy.runtime.callsite |
---|
Subclasses of MetaMethodSite in org.codehaus.groovy.runtime.callsite | |
---|---|
class |
ConstructorMetaMethodSite
Call site for invoking static methods meta class - cached method - not cached |
class |
PogoMetaMethodSite
POGO call site meta class - cached method - cached |
static class |
PogoMetaMethodSite.PogoCachedMethodSite
|
static class |
PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrap
|
static class |
PogoMetaMethodSite.PogoCachedMethodSiteNoUnwrapNoCoerce
|
static class |
PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
Call site where we know there is no need to unwrap arguments |
static class |
PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce arguments |
class |
PojoMetaMethodSite
POJO call site meta class - cached method - cached |
static class |
PojoMetaMethodSite.PojoCachedMethodSite
|
static class |
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrap
|
static class |
PojoMetaMethodSite.PojoCachedMethodSiteNoUnwrapNoCoerce
|
static class |
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
Call site where we know there is no need to unwrap arguments |
static class |
PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce arguments |
class |
StaticMetaMethodSite
POJO call site meta class - cached method - cached |
static class |
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
Call site where we know there is no need to unwrap arguments |
static class |
StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce arguments |
Uses of MetaMethodSite in org.codehaus.groovy.runtime.dgmimpl |
---|
Uses of MetaMethodSite in org.codehaus.groovy.runtime.dgmimpl.arrays |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |