#include <DebugListener.hpp>
Inheritance diagram for DebugListener:
Public Member Functions | |
virtual | ~DebugListener () |
virtual void | start (const StackFrame *stack, const DynamicContext *context) |
virtual void | end (const StackFrame *stack, const DynamicContext *context) |
virtual void | enter (const StackFrame *stack, const DynamicContext *context) |
virtual void | exit (const StackFrame *stack, const DynamicContext *context) |
virtual void | error (const XQException &error, const StackFrame *stack, const DynamicContext *context) |
virtual bool | doLazyEvaluation () const |
virtual bool | doFocusOptimizations () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|