Class Statement

    • Constructor Summary

      Constructors 
      Constructor Description
      Statement()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void evaluate()
      Run the action, throwing a Throwable if anything goes wrong.
      • Methods inherited from class java.lang.Object

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

      • Statement

        public Statement()
    • Method Detail

      • evaluate

        public abstract void evaluate()
                               throws java.lang.Throwable
        Run the action, throwing a Throwable if anything goes wrong.
        Throws:
        java.lang.Throwable