Package gw.lang.reflect.features
Interface IMethodReference<R,T>
-
- All Superinterfaces:
IFeatureReference<R,T>
,IInvokableFeatureReference<R,T>
- All Known Implementing Classes:
BoundMethodReference
,MethodReference
public interface IMethodReference<R,T> extends IInvokableFeatureReference<R,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMethodReference
copyWithVoidReturn()
IMethodInfo
getMethodInfo()
Returns the method info for this reference-
Methods inherited from interface gw.lang.reflect.features.IFeatureReference
getFeatureInfo, getRootType
-
Methods inherited from interface gw.lang.reflect.features.IInvokableFeatureReference
evaluate, getBoundArgValues, getInvoke, toBlock
-
-
-
-
Method Detail
-
getMethodInfo
IMethodInfo getMethodInfo()
Returns the method info for this reference
-
copyWithVoidReturn
IMethodReference copyWithVoidReturn()
-
-