This commit is contained in:
King_DuckZ 2020-02-17 22:13:50 +01:00
parent 8c48174b5b
commit 9341942014
1702 changed files with 33300 additions and 17345 deletions

View file

@ -19,9 +19,9 @@
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>StaticAnalysis.hpp</h1><a href="StaticAnalysis_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001-2007</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001-2008</span>
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004-2007</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004-2008</span>
<a name="l00005"></a>00005 <span class="comment"> * Oracle. All rights reserved.</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
@ -36,7 +36,7 @@
<a name="l00016"></a>00016 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00017"></a>00017 <span class="comment"> * limitations under the License.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: StaticAnalysis.hpp,v 1.2 2007/11/28 13:13:19 jpcs Exp $</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: StaticAnalysis.hpp,v 1.3 2008/01/08 18:47:29 jpcs Exp $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef _STATICANALYSIS_HPP</span>
@ -45,7 +45,7 @@
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00026"></a>00026
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;xqilla/framework/XQillaExport.hpp&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;xqilla/ast/StaticType.hpp&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="StaticType_8hpp.html">xqilla/ast/StaticType.hpp</a>&gt;</span>
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;xercesc/util/RefHash2KeysTableOf.hpp&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;xercesc/util/StringPool.hpp&gt;</span>
@ -119,8 +119,8 @@
<a name="l00112"></a>00112 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> getProperties() <span class="keyword">const</span>;
<a name="l00113"></a>00113 <span class="keywordtype">void</span> setProperties(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> props);
<a name="l00114"></a>00114
<a name="l00115"></a>00115 <span class="keyword">const</span> StaticType &amp;getStaticType() <span class="keyword">const</span>;
<a name="l00116"></a>00116 StaticType &amp;getStaticType();
<a name="l00115"></a>00115 <span class="keyword">const</span> <a class="code" href="classStaticType.html">StaticType</a> &amp;getStaticType() <span class="keyword">const</span>;
<a name="l00116"></a>00116 <a class="code" href="classStaticType.html">StaticType</a> &amp;getStaticType();
<a name="l00117"></a>00117
<a name="l00118"></a>00118 std::string toString() <span class="keyword">const</span>;
<a name="l00119"></a>00119
@ -141,7 +141,7 @@
<a name="l00134"></a>00134 <span class="keywordtype">bool</span> _possiblyUpdating;
<a name="l00135"></a>00135
<a name="l00136"></a>00136 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> _properties;
<a name="l00137"></a>00137 StaticType _staticType;
<a name="l00137"></a>00137 <a class="code" href="classStaticType.html">StaticType</a> _staticType;
<a name="l00138"></a>00138
<a name="l00139"></a>00139 <a class="code" href="StaticAnalysis_8hpp.html#ca65081bb398a9fa4ce1c47936478150">VariableAccessSet</a> _dynamicVariables;
<a name="l00140"></a>00140 XERCES_CPP_NAMESPACE_QUALIFIER XMLStringPool _uriPool;
@ -149,7 +149,7 @@
<a name="l00142"></a>00142 };
<a name="l00143"></a>00143
<a name="l00144"></a>00144 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 20:16:43 2007 for XQilla Simple API by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:40 2008 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.5.1 </small></address>
</body>