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 Details

    • getMethodInfo

      IMethodInfo getMethodInfo()
      Returns the method info for this reference
    • copyWithVoidReturn

      IMethodReference copyWithVoidReturn()