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