Package ca.phon.script.debug
Class PhonScriptDebugger
java.lang.Object
ca.phon.script.debug.PhonScriptDebugger
- All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.debug.DebugFrame
getFrame
(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1) void
handleCompilationDone
(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1, String arg2)
-
Constructor Details
-
PhonScriptDebugger
public PhonScriptDebugger()
-
-
Method Details
-
getFrame
public org.mozilla.javascript.debug.DebugFrame getFrame(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1) - 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
-