Interface MethodInvoker

All Superinterfaces:
TreeElement

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 Details

    • setMethod

      void setMethod(Method m)
    • getMethod

      Method getMethod()
    • setInstance

      void setInstance(Object i)
    • getInstance

      Object getInstance()