aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02504.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a02504.html')
-rw-r--r--docs/doxygen/nel/a02504.html513
1 files changed, 513 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02504.html b/docs/doxygen/nel/a02504.html
new file mode 100644
index 00000000..aebe11f6
--- /dev/null
+++ b/docs/doxygen/nel/a02504.html
@@ -0,0 +1,513 @@
+<!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>NeL: NLAISCRIPT::CFactorType struct Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.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">Data&nbsp;Structures</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">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLAISCRIPT::CFactorType Struct Reference</h1><code>#include &lt;<a class="el" href="a05590.html">compilateur.h</a>&gt;</code>
+<p>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This structur define the type of an factor. <dl compact><dt><b>Author:</b></dt><dd>Chafik sameh <p>
+Nevrax France </dd></dl>
+<dl compact><dt><b>Date:</b></dt><dd>2000</dd></dl>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00082">82</a> of file <a class="el" href="a05590.html">compilateur.h</a>.<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea0">CFactorType</a> (const <a class="el" href="a02504.html">CFactorType</a> &amp;<a class="el" href="a04223.html#a576">v</a>)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea1">CFactorType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a02504.html">CFactorType</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea2">clone</a> () const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea3">del</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea4">set</a> (const <a class="el" href="a02504.html">CFactorType</a> &amp;<a class="el" href="a04223.html#a576">v</a>)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypea5">~CFactorType</a> ()</td></tr>
+
+<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo0">IsUsed</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This is use for the yacc parser. <a href="#NLAISCRIPT_1_1CFactorTypeo0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::list&lt; <a class="el" href="a04558.html#a10">sint32</a> &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo1">Member</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This list containe the range of a variable memeber. <a href="#NLAISCRIPT_1_1CFactorTypeo1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::list&lt; <a class="el" href="a03454.html">NLAISCRIPT::CStringType</a> &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo2">MemberName</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the hiearchie variable for exemple <a class="el" href="a04223.html#a573">pos.y</a>. <a href="#NLAISCRIPT_1_1CFactorTypeo2"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02412.html">IOpType</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">It use when we acces to a stack statement. <a href="#NLAISCRIPT_1_1CFactorTypeo3"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02147.html">NLAIAGENT::IObjetOp</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">if VarType is an varTypeImediate then Value contain the value of variable. <a href="#NLAISCRIPT_1_1CFactorTypeo4"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a02149.html">NLAIAGENT::IObjectIA</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo5">ValueVar</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">if VarType is an varTypeLocal then ValueVar is the pointer representation of this variable. <a href="#NLAISCRIPT_1_1CFactorTypeo5"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a05373.html#a48">TVarOfType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo6">VarType</a></td></tr>
+
+</table>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea1" doxytag="NLAISCRIPT::CFactorType::CFactorType" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLAISCRIPT::CFactorType::CFactorType </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05699.html#l00067">67</a> of file <a class="el" href="a05699.html">factor_type.cpp</a>.
+<p>
+References <a class="el" href="a05590.html#l00096">TypeStack</a>, and <a class="el" href="a05590.html#l00087">ValueVar</a>.
+<p>
+Referenced by <a class="el" href="a05590.html#l00110">clone()</a>.
+<p>
+<div class="fragment"><pre>00068 {
+00069 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a> = NULL;
+00070 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo5">ValueVar</a> = NULL;
+00071 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a> = NULL;
+00072 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea0" doxytag="NLAISCRIPT::CFactorType::CFactorType" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> NLAISCRIPT::CFactorType::CFactorType </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02504.html">CFactorType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>v</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05699.html#l00054">54</a> of file <a class="el" href="a05699.html">factor_type.cpp</a>.
+<p>
+References <a class="el" href="a05386.html#l00080">NLAIC::IPointerGestion::incRef()</a>, <a class="el" href="a05590.html#l00090">IsUsed</a>, <a class="el" href="a05590.html#l00092">Member</a>, <a class="el" href="a05590.html#l00094">MemberName</a>, <a class="el" href="a05590.html#l00096">TypeStack</a>, <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05590.html#l00087">ValueVar</a>, and <a class="el" href="a05590.html#l00088">VarType</a>.
+<p>
+<div class="fragment"><pre>00055 {
+00056 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a> = <a class="code" href="a04223.html#a576">v</a>.Value;
+00057 <a class="code" href="a04223.html#a576">v</a>.Value-&gt;incRef();
+00058 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo5">ValueVar</a> = <a class="code" href="a04223.html#a576">v</a>.ValueVar;
+00059 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo6">VarType</a> = <a class="code" href="a04223.html#a576">v</a>.VarType;
+00060 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo0">IsUsed</a> = <a class="code" href="a04223.html#a576">v</a>.IsUsed;
+00061 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo1">Member</a> = <a class="code" href="a04223.html#a576">v</a>.Member;
+00062 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo2">MemberName</a> = <a class="code" href="a04223.html#a576">v</a>.MemberName;
+00063 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a> = <a class="code" href="a04223.html#a576">v</a>.TypeStack;
+00064 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a>-&gt;incRef();
+00065 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea5" doxytag="NLAISCRIPT::CFactorType::~CFactorType" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> virtual NLAISCRIPT::CFactorType::~<a class="el" href="a02504.html">CFactorType</a> </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, virtual]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00101">101</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+References <a class="el" href="a05699.html#l00030">del()</a>.
+<p>
+<div class="fragment"><pre>00102 {
+00103 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypea3">del</a>();
+00104 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea2" doxytag="NLAISCRIPT::CFactorType::clone" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> const <a class="el" href="a02504.html">CFactorType</a>* NLAISCRIPT::CFactorType::clone </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">void&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> const<code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00110">110</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+References <a class="el" href="a05699.html#l00067">CFactorType()</a>.
+<p>
+<div class="fragment"><pre>00111 {
+00112 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypea1">CFactorType</a>(*<span class="keyword">this</span>);
+00113 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea3" doxytag="NLAISCRIPT::CFactorType::del" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CFactorType::del </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05699.html#l00030">30</a> of file <a class="el" href="a05699.html">factor_type.cpp</a>.
+<p>
+References <a class="el" href="a05590.html#l00092">Member</a>, <a class="el" href="a05590.html#l00094">MemberName</a>, <a class="el" href="a05386.html#l00086">NLAIC::IPointerGestion::release()</a>, and <a class="el" href="a05590.html#l00096">TypeStack</a>.
+<p>
+Referenced by <a class="el" href="a05699.html#l00040">set()</a>, and <a class="el" href="a05590.html#l00101">~CFactorType()</a>.
+<p>
+<div class="fragment"><pre>00031 {
+00032 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo2">MemberName</a>.clear();
+00033 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo1">Member</a>.clear();
+00034 <span class="keywordflow">if</span>(<a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a>)
+00035 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a>-&gt;<a class="code" href="a02145.html#NLAIAGENT_1_1VectorTypea46">release</a>();
+00036 <span class="keywordflow">if</span>(<a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a>)
+00037 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a>-&gt;release();
+00038 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypea4" doxytag="NLAISCRIPT::CFactorType::set" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLAISCRIPT::CFactorType::set </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a02504.html">CFactorType</a> &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>v</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05699.html#l00040">40</a> of file <a class="el" href="a05699.html">factor_type.cpp</a>.
+<p>
+References <a class="el" href="a05699.html#l00030">del()</a>, <a class="el" href="a05386.html#l00080">NLAIC::IPointerGestion::incRef()</a>, <a class="el" href="a05590.html#l00090">IsUsed</a>, <a class="el" href="a05590.html#l00092">Member</a>, <a class="el" href="a05590.html#l00094">MemberName</a>, <a class="el" href="a05590.html#l00096">TypeStack</a>, <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05590.html#l00087">ValueVar</a>, and <a class="el" href="a05590.html#l00088">VarType</a>.
+<p>
+<div class="fragment"><pre>00041 {
+00042 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypea3">del</a>();
+00043 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">Value</a> = <a class="code" href="a04223.html#a576">v</a>.Value;
+00044 <a class="code" href="a04223.html#a576">v</a>.Value-&gt;incRef();
+00045 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo5">ValueVar</a> = <a class="code" href="a04223.html#a576">v</a>.ValueVar;
+00046 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo6">VarType</a> = <a class="code" href="a04223.html#a576">v</a>.VarType;
+00047 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo0">IsUsed</a> = <a class="code" href="a04223.html#a576">v</a>.IsUsed;
+00048 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo1">Member</a> = <a class="code" href="a04223.html#a576">v</a>.Member;
+00049 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo2">MemberName</a> = <a class="code" href="a04223.html#a576">v</a>.MemberName;
+00050 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a> = <a class="code" href="a04223.html#a576">v</a>.TypeStack;
+00051 <a class="code" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">TypeStack</a>-&gt;incRef();
+00052 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo0" doxytag="NLAISCRIPT::CFactorType::IsUsed" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo0">NLAISCRIPT::CFactorType::IsUsed</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+This is use for the yacc parser.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00090">90</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05699.html#l00040">set()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, and <a class="el" href="a06662.html#l00482">NLAISCRIPT::CCompilateur::setStackVar()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo1" doxytag="NLAISCRIPT::CFactorType::Member" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> std::list&lt;<a class="el" href="a04558.html#a10">sint32</a>&gt; <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo1">NLAISCRIPT::CFactorType::Member</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+This list containe the range of a variable memeber.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00092">92</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a05699.html#l00030">del()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, and <a class="el" href="a05699.html#l00040">set()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo2" doxytag="NLAISCRIPT::CFactorType::MemberName" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> std::list&lt;<a class="el" href="a03454.html">NLAISCRIPT::CStringType</a> &gt; <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo2">NLAISCRIPT::CFactorType::MemberName</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Name of the hiearchie variable for exemple <a class="el" href="a04223.html#a573">pos.y</a>.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00094">94</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a05699.html#l00030">del()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, and <a class="el" href="a05699.html#l00040">set()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo3" doxytag="NLAISCRIPT::CFactorType::TypeStack" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02412.html">IOpType</a>* <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo3">NLAISCRIPT::CFactorType::TypeStack</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+It use when we acces to a stack statement.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00096">96</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a05699.html#l00030">del()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, and <a class="el" href="a05699.html#l00040">set()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo4" doxytag="NLAISCRIPT::CFactorType::Value" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02147.html">NLAIAGENT::IObjetOp</a>* <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo4">NLAISCRIPT::CFactorType::Value</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+if VarType is an varTypeImediate then Value contain the value of variable.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00085">85</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, and <a class="el" href="a06662.html#l00482">NLAISCRIPT::CCompilateur::setStackVar()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo5" doxytag="NLAISCRIPT::CFactorType::ValueVar" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> const <a class="el" href="a02149.html">NLAIAGENT::IObjectIA</a>* <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo5">NLAISCRIPT::CFactorType::ValueVar</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+if VarType is an varTypeLocal then ValueVar is the pointer representation of this variable.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00087">87</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, and <a class="el" href="a05699.html#l00040">set()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLAISCRIPT_1_1CFactorTypeo6" doxytag="NLAISCRIPT::CFactorType::VarType" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a05373.html#a48">TVarOfType</a> <a class="el" href="a02504.html#NLAISCRIPT_1_1CFactorTypeo6">NLAISCRIPT::CFactorType::VarType</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05590.html#l00088">88</a> of file <a class="el" href="a05590.html">compilateur.h</a>.
+<p>
+Referenced by <a class="el" href="a06755.html#l00425">NLAISCRIPT::CCompilateur::allocExpression()</a>, <a class="el" href="a05699.html#l00054">CFactorType()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05699.html#l00040">set()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, and <a class="el" href="a06662.html#l00482">NLAISCRIPT::CCompilateur::setStackVar()</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this struct was generated from the following files:<ul>
+<li><a class="el" href="a05590.html">compilateur.h</a><li><a class="el" href="a05699.html">factor_type.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 11:36:50 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>