Class PhonScriptDebugger

java.lang.Object
ca.phon.script.debug.PhonScriptDebugger
All Implemented Interfaces:
org.mozilla.javascript.debug.Debugger

public class PhonScriptDebugger extends Object implements org.mozilla.javascript.debug.Debugger
  • 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 interface org.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 interface org.mozilla.javascript.debug.Debugger