Package ca.phon.script.debug
Class PhonScriptDebugFrame
java.lang.Object
ca.phon.script.debug.PhonScriptDebugFrame
- All Implemented Interfaces:
org.mozilla.javascript.debug.DebugFrame
-
Constructor Summary
ConstructorDescriptionPhonScriptDebugFrame
(org.mozilla.javascript.debug.DebuggableScript fnOrScript) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onDebuggerStatement
(org.mozilla.javascript.Context arg0) void
onEnter
(org.mozilla.javascript.Context arg0, org.mozilla.javascript.Scriptable arg1, org.mozilla.javascript.Scriptable arg2, Object[] arg3) void
onExceptionThrown
(org.mozilla.javascript.Context arg0, Throwable arg1) void
void
onLineChange
(org.mozilla.javascript.Context arg0, int arg1)
-
Constructor Details
-
PhonScriptDebugFrame
public PhonScriptDebugFrame(org.mozilla.javascript.debug.DebuggableScript fnOrScript)
-
-
Method Details
-
onDebuggerStatement
public void onDebuggerStatement(org.mozilla.javascript.Context arg0) - Specified by:
onDebuggerStatement
in interfaceorg.mozilla.javascript.debug.DebugFrame
-
onEnter
public void onEnter(org.mozilla.javascript.Context arg0, org.mozilla.javascript.Scriptable arg1, org.mozilla.javascript.Scriptable arg2, Object[] arg3) - Specified by:
onEnter
in interfaceorg.mozilla.javascript.debug.DebugFrame
-
onExceptionThrown
- Specified by:
onExceptionThrown
in interfaceorg.mozilla.javascript.debug.DebugFrame
-
onExit
- Specified by:
onExit
in interfaceorg.mozilla.javascript.debug.DebugFrame
-
onLineChange
public void onLineChange(org.mozilla.javascript.Context arg0, int arg1) - Specified by:
onLineChange
in interfaceorg.mozilla.javascript.debug.DebugFrame
-