Class ScriptingEnvironment.EvaluateIntervalRunnable

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ScriptingEnvironment

    protected class ScriptingEnvironment.EvaluateIntervalRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    To interpret a script.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count
      Incremented each time this runnable is added to the queue.
      boolean error  
      protected Interpreter interpreter  
      protected java.lang.String script  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • count

        public int count
        Incremented each time this runnable is added to the queue.
      • error

        public boolean error
      • script

        protected java.lang.String script
    • Constructor Detail

      • EvaluateIntervalRunnable

        public EvaluateIntervalRunnable​(java.lang.String s,
                                        Interpreter interp)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable