Uses of Interface
gw.lang.reflect.features.IFeatureReference
-
Packages that use IFeatureReference Package Description gw.lang.reflect.features -
-
Uses of IFeatureReference in gw.lang.reflect.features
Subinterfaces of IFeatureReference in gw.lang.reflect.features Modifier and Type Interface Description interface
IConstructorReference<R,T>
interface
IInvokableFeatureReference<R,T>
interface
IMethodReference<R,T>
interface
IPropertyReference<R,T>
Classes in gw.lang.reflect.features that implement IFeatureReference Modifier and Type Class Description class
BoundMethodReference<R,T>
class
BoundPropertyChainReference<R,T>
class
BoundPropertyReference<R,T>
class
ConstructorReference<R,T>
class
FeatureReference<R,T>
class
MethodReference<R,T>
class
PropertyChainReference<R,T>
class
PropertyReference<R,T>
Methods in gw.lang.reflect.features that return IFeatureReference Modifier and Type Method Description IFeatureReference
BoundPropertyChainReference. getRootFeatureReference()
IFeatureReference
IFeatureChain. getRootFeatureReference()
IFeatureReference
PropertyChainReference. getRootFeatureReference()
-