Package spin

Class Evaluator

    • Constructor Summary

      Constructors 
      Constructor Description
      Evaluator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void evaluate​(Invocation invocation)
      Evaluate the given invocation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Evaluator

        public Evaluator()
    • Method Detail

      • evaluate

        public abstract void evaluate​(Invocation invocation)
                               throws java.lang.Throwable
        Evaluate the given invocation.
        Parameters:
        invocation - invocation to evaluate
        Throws:
        java.lang.Throwable