pase.agenda
Class DebugScriptRunner

java.lang.Object
  extended by pase.agenda.ScriptRunner
      extended by pase.agenda.DebugScriptRunner
All Implemented Interfaces:
org.mozilla.javascript.tools.debugger.ScopeProvider

public class DebugScriptRunner
extends ScriptRunner
implements org.mozilla.javascript.tools.debugger.ScopeProvider

DebugScriptRunner

Version:
2.1
Author:
SB-Yan

Field Summary
 
Fields inherited from class pase.agenda.ScriptRunner
flowService, INCLUDE_STRING
 
Constructor Summary
DebugScriptRunner(FlowService flowService, ScriptEnv env)
           
 
Method Summary
static void clearProjectCache()
           
 org.mozilla.javascript.tools.debugger.MyMain getDebugFrame()
           
 org.mozilla.javascript.Scriptable getScope()
           
 void InitEnv(ScriptEnv env)
           
 boolean runScript(java.lang.String script, int beginline)
           
 
Methods inherited from class pase.agenda.ScriptRunner
exit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugScriptRunner

public DebugScriptRunner(FlowService flowService,
                         ScriptEnv env)
Method Detail

getScope

public org.mozilla.javascript.Scriptable getScope()
Specified by:
getScope in interface org.mozilla.javascript.tools.debugger.ScopeProvider

InitEnv

public void InitEnv(ScriptEnv env)
Overrides:
InitEnv in class ScriptRunner

getDebugFrame

public org.mozilla.javascript.tools.debugger.MyMain getDebugFrame()

runScript

public boolean runScript(java.lang.String script,
                         int beginline)
Overrides:
runScript in class ScriptRunner

clearProjectCache

public static void clearProjectCache()