Package tv.phantombot.script
Class ObservingDebugger
java.lang.Object
tv.phantombot.script.ObservingDebugger
- All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.debug.DebugFrame
getFrame
(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript) void
handleCompilationDone
(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2) boolean
void
setDisconnected
(boolean isDisconnected)
-
Constructor Details
-
ObservingDebugger
public ObservingDebugger()
-
-
Method Details
-
isDisconnected
public boolean isDisconnected() -
setDisconnected
public void setDisconnected(boolean isDisconnected) -
getFrame
public org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript) - Specified by:
getFrame
in interfaceorg.mozilla.javascript.debug.Debugger
-
handleCompilationDone
public void handleCompilationDone(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2) - Specified by:
handleCompilationDone
in interfaceorg.mozilla.javascript.debug.Debugger
-