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 IFeatureReference
getFeatureInfo, getRootTypeMethods inherited from interface IInvokableFeatureReference
evaluate, getBoundArgValues, getInvoke, toBlock
-
Method Details
-
getMethodInfo
IMethodInfo getMethodInfo()Returns the method info for this reference -
copyWithVoidReturn
IMethodReference copyWithVoidReturn()
-