Uses of Class
gw.lang.reflect.features.FeatureReference
-
Packages that use FeatureReference Package Description gw.lang.reflect.features -
-
Uses of FeatureReference in gw.lang.reflect.features
Subclasses of FeatureReference in gw.lang.reflect.features Modifier and Type Class Description class
BoundMethodReference<R,T>
class
BoundPropertyChainReference<R,T>
class
BoundPropertyReference<R,T>
class
ConstructorReference<R,T>
class
MethodReference<R,T>
class
PropertyChainReference<R,T>
class
PropertyReference<R,T>
Methods in gw.lang.reflect.features with parameters of type FeatureReference Modifier and Type Method Description static Object
BlockWrapper. toBlock(FeatureReference ref)
static Object
BlockWrapper. toBlock(FeatureReference ref, boolean hasReturn)
Constructors in gw.lang.reflect.features with parameters of type FeatureReference Constructor Description BoundPropertyChainReference(IType rootType, FeatureReference root, String property)
PropertyChainReference(IType rootType, FeatureReference root, String property)
-