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 classBoundMethodReference<R,T>classBoundPropertyChainReference<R,T>classBoundPropertyReference<R,T>classConstructorReference<R,T>classMethodReference<R,T>classPropertyChainReference<R,T>classPropertyReference<R,T>Methods in gw.lang.reflect.features with parameters of type FeatureReference Modifier and Type Method Description static ObjectBlockWrapper. toBlock(FeatureReference ref)static ObjectBlockWrapper. 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)
-