Package org.htmlunit.javascript
Class DebuggerAdapter
java.lang.Object
org.htmlunit.javascript.DebuggerAdapter
- All Implemented Interfaces:
org.htmlunit.corejs.javascript.debug.Debugger
- Direct Known Subclasses:
DebuggerImpl
public class DebuggerAdapter
extends Object
implements org.htmlunit.corejs.javascript.debug.Debugger
An adapter class for debugger implementations. The methods in this class are empty. This class
exists as a convenience for creating debugger objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.htmlunit.corejs.javascript.debug.DebugFrame
getFrame
(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript) void
handleCompilationDone
(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript, String source)
-
Constructor Details
-
DebuggerAdapter
public DebuggerAdapter()
-
-
Method Details
-
handleCompilationDone
public void handleCompilationDone(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript, String source) - Specified by:
handleCompilationDone
in interfaceorg.htmlunit.corejs.javascript.debug.Debugger
-
getFrame
public org.htmlunit.corejs.javascript.debug.DebugFrame getFrame(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript) - Specified by:
getFrame
in interfaceorg.htmlunit.corejs.javascript.debug.Debugger
-