Class DebuggerAdapter

  • All Implemented Interfaces:
    org.htmlunit.corejs.javascript.debug.Debugger
    Direct Known Subclasses:
    DebuggerImpl

    public class DebuggerAdapter
    extends java.lang.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
      DebuggerAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, java.lang.String source)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebuggerAdapter

        public DebuggerAdapter()
    • Method Detail

      • handleCompilationDone

        public void handleCompilationDone​(org.htmlunit.corejs.javascript.Context cx,
                                          org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript,
                                          java.lang.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