pase.server
Class DebugServerScriptRunner

java.lang.Object
  extended by pase.server.ServerScriptRunner
      extended by pase.server.DebugServerScriptRunner
All Implemented Interfaces:
org.mozilla.javascript.tools.debugger.ScopeProvider

public class DebugServerScriptRunner
extends ServerScriptRunner
implements org.mozilla.javascript.tools.debugger.ScopeProvider

DebugServerScriptRunner

Version:
1.1.5,
Author:
Jen-Der Wei

Constructor Summary
DebugServerScriptRunner(FlowService flowService, ServerScriptEnv env)
           
 
Method Summary
 java.lang.Object callMethod(java.lang.String script, java.lang.String method, java.lang.Object[] args)
           
 org.mozilla.javascript.tools.debugger.MyMain getDebugFrame()
           
 org.mozilla.javascript.Scriptable getScope()
           
 org.mozilla.javascript.Scriptable runScript(java.lang.String script)
           
 
Methods inherited from class pase.server.ServerScriptRunner
initEnv, runScript
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugServerScriptRunner

public DebugServerScriptRunner(FlowService flowService,
                               ServerScriptEnv env)
Method Detail

getScope

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

getDebugFrame

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

runScript

public org.mozilla.javascript.Scriptable runScript(java.lang.String script)
Overrides:
runScript in class ServerScriptRunner

callMethod

public java.lang.Object callMethod(java.lang.String script,
                                   java.lang.String method,
                                   java.lang.Object[] args)
Overrides:
callMethod in class ServerScriptRunner