Package gnu.expr

Interface RunnableModule

All Known Implementing Classes:
ModuleBody

public interface RunnableModule
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkRunDone(boolean value)
    Check if run has been invoked.
    void
     
  • Method Details

    • run

      void run(CallContext ctx) throws Throwable
      Throws:
      Throwable
    • checkRunDone

      boolean checkRunDone(boolean value)
      Check if run has been invoked.
      Parameters:
      value - - should be true - probably pointless.