Class PhonScriptDebugger
java.lang.Object
ca.phon.script.debug.PhonScriptDebugger
- All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.debug.DebugFramegetFrame(org.mozilla.javascript.Context arg0, org.mozilla.javascript.debug.DebuggableScript arg1) voidhandleCompilationDone(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:
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
-