Package tv.phantombot.script
Class ObservingDebugger
java.lang.Object
tv.phantombot.script.ObservingDebugger
- All Implemented Interfaces:
- org.mozilla.javascript.debug.Debugger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ObservingDebuggerpublic ObservingDebugger()
 
- 
- 
Method Details- 
isDisconnectedpublic boolean isDisconnected()
- 
setDisconnectedpublic void setDisconnected(boolean isDisconnected) 
- 
getFramepublic org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context cx, org.mozilla.javascript.debug.DebuggableScript fnOrScript) - Specified by:
- getFramein interface- org.mozilla.javascript.debug.Debugger
 
- 
handleCompilationDonepublic void handleCompilationDone(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2) - Specified by:
- handleCompilationDonein interface- org.mozilla.javascript.debug.Debugger
 
 
-