|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaClassSite | |
---|---|
org.codehaus.groovy.runtime.callsite | |
org.codehaus.groovy.runtime.dgmimpl | |
org.codehaus.groovy.runtime.dgmimpl.arrays |
Uses of MetaClassSite in org.codehaus.groovy.runtime.callsite |
---|
Subclasses of MetaClassSite in org.codehaus.groovy.runtime.callsite | |
---|---|
class |
ConstructorMetaClassSite
|
class |
ConstructorMetaMethodSite
Call site for invoking static methods meta class - cached method - not cached |
class |
ConstructorSite
|
static class |
ConstructorSite.ConstructorSiteNoUnwrap
Call site where we know there is no need to unwrap arguments |
static class |
ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
Call site where we know there is no need neither unwrap nor coerce arguments |
static class |
ConstructorSite.NoParamSite
|
class |
MetaClassConstructorSite
Call site for constructor meta class - cached method - not cached |
class |
MetaMethodSite
Call site which caches meta method |
class |
PogoMetaClassSite
|
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 |
PojoMetaClassSite
POJO call site meta class - cached method - not cached |
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 |
StaticMetaClassSite
Call site for invoking static methods meta class - cached method - not cached |
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 MetaClassSite in org.codehaus.groovy.runtime.dgmimpl |
---|
Uses of MetaClassSite in org.codehaus.groovy.runtime.dgmimpl.arrays |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |