Interface MethodInvoker

  • All Superinterfaces:
    TreeElement
    All Known Implementing Classes:
    MethodInvokerImpl

    public interface MethodInvoker
    extends TreeElement
    A method implementation can be setup to return a value for a particular statistic On a call to TreeElement.getValue(), the method object on the instance is invoked
    Author:
    Harpreet Singh
    • Method Detail

      • setMethod

        void setMethod​(Method m)
      • getMethod

        Method getMethod()
      • setInstance

        void setInstance​(Object i)
      • getInstance

        Object getInstance()