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.DebugFramegetFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript) voidhandleCompilationDone(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2) booleanvoidsetDisconnected(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:
getFramein interfaceorg.mozilla.javascript.debug.Debugger
-
handleCompilationDone
public void handleCompilationDone(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2) - Specified by:
handleCompilationDonein interfaceorg.mozilla.javascript.debug.Debugger
-