XQuilla/docs/simple-api/InteractiveDebugger_8hpp-source.html
2020-02-17 22:19:08 +01:00

193 lines
25 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>XQilla Simple API Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">xqilla</a>&nbsp;/&nbsp;<a class="el" href="dir_000005.html">debug</a></div>
<h1>InteractiveDebugger.hpp</h1><a href="InteractiveDebugger_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*</span>
00002 <span class="comment"> * Copyright (c) 2001-2008</span>
00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
00004 <span class="comment"> * Copyright (c) 2004-2008</span>
00005 <span class="comment"> * Oracle. All rights reserved.</span>
00006 <span class="comment"> *</span>
00007 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
00008 <span class="comment"> * you may not use this file except in compliance with the License.</span>
00009 <span class="comment"> * You may obtain a copy of the License at</span>
00010 <span class="comment"> *</span>
00011 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
00012 <span class="comment"> *</span>
00013 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
00014 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
00015 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
00016 <span class="comment"> * See the License for the specific language governing permissions and</span>
00017 <span class="comment"> * limitations under the License.</span>
00018 <span class="comment"> *</span>
00019 <span class="comment"> * $Id: MessageListener.hpp 475 2008-01-08 18:47:44Z jpcs $</span>
00020 <span class="comment"> */</span>
00021
00022 <span class="preprocessor">#ifndef _INTERACTIVEDEBUGGER_HPP</span>
00023 <span class="preprocessor"></span><span class="preprocessor">#define _INTERACTIVEDEBUGGER_HPP</span>
00024 <span class="preprocessor"></span>
00025 <span class="preprocessor">#include &lt;string&gt;</span>
00026 <span class="preprocessor">#include &lt;vector&gt;</span>
00027 <span class="preprocessor">#include &lt;map&gt;</span>
00028
00029 <span class="preprocessor">#include &lt;<a class="code" href="DebugListener_8hpp.html">xqilla/debug/DebugListener.hpp</a>&gt;</span>
00030 <span class="preprocessor">#include &lt;<a class="code" href="LocationInfo_8hpp.html">xqilla/ast/LocationInfo.hpp</a>&gt;</span>
00031
00032 <span class="preprocessor">#include &lt;<a class="code" href="InputParser_8hpp.html">xqilla/debug/InputParser.hpp</a>&gt;</span>
00033
00034 <span class="keyword">class </span><a class="code" href="classXQQuery.html">XQQuery</a>;
00035 <span class="keyword">class </span><a class="code" href="classDynamicContext.html">DynamicContext</a>;
00036 <span class="keyword">class </span><a class="code" href="classDebugCommand.html">DebugCommand</a>;
00037 <span class="keyword">class </span><a class="code" href="classInteractiveDebugger.html">InteractiveDebugger</a>;
00038
<a name="l00039"></a><a class="code" href="classBaseInteractiveDebugger.html">00039</a> <span class="keyword">class </span>XQILLA_API BaseInteractiveDebugger
00040 {
00041 <span class="keyword">public</span>:
<a name="l00042"></a><a class="code" href="structBaseInteractiveDebugger_1_1Run.html">00042</a> <span class="keyword">struct </span>XQILLA_API Run {};
<a name="l00043"></a><a class="code" href="structBaseInteractiveDebugger_1_1Continue.html">00043</a> <span class="keyword">struct </span>XQILLA_API Continue {};
<a name="l00044"></a><a class="code" href="structBaseInteractiveDebugger_1_1Quit.html">00044</a> <span class="keyword">struct </span>XQILLA_API Quit {};
00045
00046 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#e0">outputLocation</a>(<span class="keyword">const</span> XMLCh *file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> column,
00047 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> context = 0);
00048 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#e1">outputLocationFromString</a>(<span class="keyword">const</span> XMLCh *query, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> column,
00049 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> context = 0);
00050 <span class="keyword">static</span> std::string <a class="code" href="classBaseInteractiveDebugger.html#e2">regexFind</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *regex, <span class="keyword">const</span> std::string &amp;str, <span class="keywordtype">int</span> groupNo = 1);
00051
00052 <span class="keyword">virtual</span> <a class="code" href="classBaseInteractiveDebugger.html#a0">~BaseInteractiveDebugger</a>();
00053
00054 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classBaseInteractiveDebugger.html#a1">setBreakPoint</a>(<span class="keyword">const</span> std::string &amp;file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> column, <span class="keywordtype">bool</span> temporary);
00055 <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a2">disableBreakPoint</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> number);
00056 <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a3">enableBreakPoint</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> number);
00057 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a4">listBreakPoints</a>() <span class="keyword">const</span>;
00058
00059 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a5">setStep</a>();
00060 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a6">setNext</a>();
<a name="l00061"></a><a class="code" href="classBaseInteractiveDebugger.html#a7">00061</a> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a7">queryStarted</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> queryStarted_; }
00062
00063 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a8">run</a>() = 0;
00064
00065 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a9">changeFrame</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> number) = 0;
00066 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classBaseInteractiveDebugger.html#a10">getStackSize</a>() <span class="keyword">const </span>= 0;
00067 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a11">stackTrace</a>() <span class="keyword">const </span>= 0;
00068 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a12">outputCurrentFrame</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> context = 0) <span class="keyword">const </span>= 0;
00069 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a13">outputCurrentFrameQueryPlan</a>() <span class="keyword">const </span>= 0;
00070 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a14">queryCurrentFrame</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *queryString) <span class="keyword">const </span>= 0;
00071 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a15">currentFrameLocation</a>(std::string &amp;file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;line, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;column) <span class="keyword">const </span>= 0;
00072
00073 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a16">setDoLazyEvaluation</a>(<span class="keywordtype">bool</span> lazy) = 0;
00074 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a17">setDoFocusOptimizationsn</a>(<span class="keywordtype">bool</span> opt) = 0;
00075 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a18">setDoProjection</a>(<span class="keywordtype">bool</span> opt) = 0;
00076
00077 <span class="keyword">protected</span>:
00078 <a class="code" href="classBaseInteractiveDebugger.html#b0">BaseInteractiveDebugger</a>();
00079
00080 <a class="code" href="classDebugCommand.html">DebugCommand</a> *<a class="code" href="classBaseInteractiveDebugger.html#b1">findCommand</a>(std::string &amp;command) <span class="keyword">const</span>;
00081 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#b2">checkBreak</a>(<span class="keywordtype">bool</span> entering);
00082 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#b3">breakForError</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *message);
00083 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#b4">interrupted</a>();
00084 <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#b5">readCommand</a>();
00085
<a name="l00086"></a><a class="code" href="classBaseInteractiveDebugger.html#p0">00086</a> std::vector&lt;DebugCommand*&gt; commands_;
<a name="l00087"></a><a class="code" href="classBaseInteractiveDebugger.html#p1">00087</a> <a class="code" href="classDebugCommand.html">DebugCommand</a> *prevcmd_;
00088
<a name="l00089"></a><a class="code" href="classBaseInteractiveDebugger.html#p2">00089</a> <span class="keywordtype">bool</span> queryStarted_;
00090
<a name="l00091"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">00091</a> <span class="keyword">struct </span><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">BreakPoint</a>
00092 {
<a name="l00093"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a0">00093</a> <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">BreakPoint</a>(<span class="keyword">const</span> std::string &amp;f, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> l, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> c, <span class="keywordtype">bool</span> t)
00094 : file(f), line(l), column(c), temporary(t), disabled(false) {}
00095
<a name="l00096"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#o0">00096</a> std::string file;
<a name="l00097"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#o1">00097</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line, column;
<a name="l00098"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#o3">00098</a> <span class="keywordtype">bool</span> temporary;
<a name="l00099"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#o4">00099</a> <span class="keywordtype">bool</span> disabled;
00100 };
00101
<a name="l00102"></a><a class="code" href="classBaseInteractiveDebugger.html#p3">00102</a> std::vector&lt;BreakPoint&gt; breaks_;
<a name="l00103"></a><a class="code" href="classBaseInteractiveDebugger.html#p4">00103</a> <span class="keywordtype">bool</span> step_;
<a name="l00104"></a><a class="code" href="classBaseInteractiveDebugger.html#p5">00104</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> next_;
00105 };
00106
<a name="l00107"></a><a class="code" href="classDebugCommand.html">00107</a> <span class="keyword">class </span>XQILLA_API DebugCommand
00108 {
00109 <span class="keyword">public</span>:
<a name="l00110"></a><a class="code" href="classDebugCommand.html#a0">00110</a> <span class="keyword">virtual</span> <a class="code" href="classDebugCommand.html#a0">~DebugCommand</a>() {};
00111
<a name="l00112"></a><a class="code" href="classDebugCommand.html#a1">00112</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a1">getCommandName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> name_; }
<a name="l00113"></a><a class="code" href="classDebugCommand.html#a2">00113</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a2">getCommandNameCompat</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> compatName_; }
<a name="l00114"></a><a class="code" href="classDebugCommand.html#a3">00114</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a3">getBriefHelp</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> briefHelp_; }
<a name="l00115"></a><a class="code" href="classDebugCommand.html#a4">00115</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a4">getMoreHelp</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> moreHelp_; }
00116
00117 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classDebugCommand.html#e0">matches</a>(<span class="keyword">const</span> std::string &amp;command,
00118 <span class="keyword">const</span> std::string &amp;toMatch);
00119 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classDebugCommand.html#e0">matches</a>(<span class="keyword">const</span> std::string &amp;command) <span class="keyword">const</span>;
00120
00121 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDebugCommand.html#a6">execute</a>(InputParser::Args &amp;args, BaseInteractiveDebugger &amp;env) = 0;
00122
00123 <span class="keyword">protected</span>:
<a name="l00124"></a><a class="code" href="classDebugCommand.html#b0">00124</a> <a class="code" href="classDebugCommand.html#b0">DebugCommand</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <span class="keywordtype">char</span> *compatName,
00125 <span class="keyword">const</span> <span class="keywordtype">char</span> *briefHelp, <span class="keyword">const</span> <span class="keywordtype">char</span> *moreHelp)
00126 : <a class="code" href="classDebugCommand.html#p0">name_</a>(name), <a class="code" href="classDebugCommand.html#p1">compatName_</a>(compatName), <a class="code" href="classDebugCommand.html#p2">briefHelp_</a>(briefHelp), <a class="code" href="classDebugCommand.html#p3">moreHelp_</a>(moreHelp) {}
00127
<a name="l00128"></a><a class="code" href="classDebugCommand.html#p0">00128</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *name_;
<a name="l00129"></a><a class="code" href="classDebugCommand.html#p1">00129</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *compatName_;
<a name="l00130"></a><a class="code" href="classDebugCommand.html#p2">00130</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *briefHelp_;
<a name="l00131"></a><a class="code" href="classDebugCommand.html#p3">00131</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *moreHelp_;
00132 };
00133
<a name="l00134"></a><a class="code" href="classInteractiveDebugger.html">00134</a> <span class="keyword">class </span>XQILLA_API InteractiveDebugger : <span class="keyword">private</span> BaseInteractiveDebugger,
00135 <span class="keyword">private</span> <a class="code" href="classDebugListener.html">DebugListener</a>
00136 {
00137 <span class="keyword">public</span>:
00138 <span class="keyword">static</span> <span class="keywordtype">void</span> debugQuery(<span class="keyword">const</span> <a class="code" href="classXQQuery.html">XQQuery</a> *query, <a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
00139 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#e0">outputLocation</a>(<span class="keyword">const</span> <a class="code" href="classLocationInfo.html">LocationInfo</a> *info, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> context = 0);
00140
00141 <span class="keyword">private</span>:
00142 InteractiveDebugger(<span class="keyword">const</span> <a class="code" href="classXQQuery.html">XQQuery</a> *query, <a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
00143
00144 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDebugListener.html#a3">enter</a>(<span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *stack, <span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
00145 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDebugListener.html#a4">exit</a>(<span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *stack, <span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
00146 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDebugListener.html#a5">error</a>(<span class="keyword">const</span> <a class="code" href="classXQException.html">XQException</a> &amp;error, <span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *stack, <span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a> *context);
00147 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classDebugListener.html#a6">doLazyEvaluation</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> lazy_; }
00148 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classDebugListener.html#a7">doFocusOptimizations</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> focusOptimzations_; }
00149
00150 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a8">run</a>();
00151
00152 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a9">changeFrame</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> number);
00153 <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classBaseInteractiveDebugger.html#a10">getStackSize</a>() <span class="keyword">const</span>;
00154 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a11">stackTrace</a>() <span class="keyword">const</span>;
00155 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a12">outputCurrentFrame</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> context) <span class="keyword">const</span>;
00156 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a13">outputCurrentFrameQueryPlan</a>() <span class="keyword">const</span>;
00157 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a14">queryCurrentFrame</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *queryString) <span class="keyword">const</span>;
00158 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a15">currentFrameLocation</a>(std::string &amp;file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;line, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;column) <span class="keyword">const</span>;
00159
00160 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a16">setDoLazyEvaluation</a>(<span class="keywordtype">bool</span> lazy) { lazy_ = lazy; }
00161 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a17">setDoFocusOptimizationsn</a>(<span class="keywordtype">bool</span> opt) { focusOptimzations_ = opt; }
00162 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classBaseInteractiveDebugger.html#a18">setDoProjection</a>(<span class="keywordtype">bool</span> opt);
00163
00164 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> getCurrentFrameNumber() <span class="keyword">const</span>;
00165 <span class="keywordtype">void</span> output(<span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *frame) <span class="keyword">const</span>;
00166 <span class="keywordtype">void</span> report(<span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *frame) <span class="keyword">const</span>;
00167
00168 <span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *stack_;
00169 <span class="keyword">const</span> <a class="code" href="classStackFrame.html">StackFrame</a> *currentFrame_;
00170
00171 <span class="keyword">const</span> <a class="code" href="classXQQuery.html">XQQuery</a> *query_;
00172 <a class="code" href="classDynamicContext.html">DynamicContext</a> *context_;
00173 <span class="keywordtype">bool</span> lazy_;
00174 <span class="keywordtype">bool</span> focusOptimzations_;
00175 };
00176
00177 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:26 2009 for XQilla Simple API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>