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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.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 interface org.htmlunit.corejs.javascript.debug.Debugger