Package gw.lang.reflect.features
Interface IFeatureReference<R,T>
-
- All Known Subinterfaces:
IConstructorReference<R,T>,IInvokableFeatureReference<R,T>,IMethodReference<R,T>,IPropertyReference<R,T>
- All Known Implementing Classes:
BoundMethodReference,BoundPropertyChainReference,BoundPropertyReference,ConstructorReference,FeatureReference,MethodReference,PropertyChainReference,PropertyReference
public interface IFeatureReference<R,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFeatureInfogetFeatureInfo()ITypegetRootType()
-
-
-
Method Detail
-
getRootType
IType getRootType()
-
getFeatureInfo
IFeatureInfo getFeatureInfo()
-
-