|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCallSite | |
---|---|
org.codehaus.groovy.runtime.callsite | |
org.codehaus.groovy.runtime.dgmimpl | |
org.codehaus.groovy.runtime.dgmimpl.arrays |
Uses of AbstractCallSite in org.codehaus.groovy.runtime.callsite |
---|
Subclasses of AbstractCallSite in org.codehaus.groovy.runtime.callsite | |
---|---|
(package private) class |
ClassMetaClassGetPropertySite
|
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 |
DummyCallSite
|
class |
GetEffectivePogoFieldSite
|
(package private) class |
GetEffectivePogoPropertySite
Created by IntelliJ IDEA. |
(package private) class |
GetEffectivePojoFieldSite
|
class |
GetEffectivePojoPropertySite
|
class |
MetaClassConstructorSite
Call site for constructor meta class - cached method - not cached |
class |
MetaClassSite
Call site which holds reference to meta class |
class |
MetaMethodSite
Call site which caches meta method |
class |
NullCallSite
|
class |
PerInstancePojoMetaClassSite
|
class |
PogoGetPropertySite
|
class |
PogoInterceptableSite
Call site for GroovyInterceptable |
class |
PogoMetaClassGetPropertySite
|
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 |
PojoMetaClassGetPropertySite
|
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 AbstractCallSite in org.codehaus.groovy.runtime.dgmimpl |
---|
Uses of AbstractCallSite in org.codehaus.groovy.runtime.dgmimpl.arrays |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |