Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > f6ec3de51c94922f2240c0767594dcf5 > files > 1091

antlr3-C-docs-3.2-14.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ANTLR3C: include/antlr3cyclicdfa.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ANTLR3C&#160;<span id="projectnumber">3.1.2</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('antlr3cyclicdfa_8h.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<h1>antlr3cyclicdfa.h File Reference</h1>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &lt;<a class="el" href="antlr3baserecognizer_8h.html">antlr3baserecognizer.h</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="antlr3intstream_8h.html">antlr3intstream.h</a>&gt;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for antlr3cyclicdfa.h:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3cyclicdfa_8h__incl.png" border="0" usemap="#include_2antlr3cyclicdfa_8h" alt=""/></div>
<map name="include_2antlr3cyclicdfa_8h" id="include_2antlr3cyclicdfa_8h">
<area shape="rect" id="node3" href="antlr3baserecognizer_8h.html" title="Defines the basic structure to support recognizing by either a lexer, parser, or tree parser..." alt="" coords="851,80,1093,107"/><area shape="rect" id="node37" href="antlr3intstream_8h.html" title="Defines the the class interface for an antlr3 INTSTREAM." alt="" coords="93,453,285,480"/><area shape="rect" id="node5" href="antlr3defs_8h.html" title="Basic type and constant definitions for ANTLR3 Runtime." alt="" coords="1285,827,1427,853"/><area shape="rect" id="node18" href="antlr3exception_8h.html" title="Contains the definition of a basic ANTLR3 exception structure created by a recognizer when errors are..." alt="" coords="2283,603,2475,629"/><area shape="rect" id="node21" href="antlr3input_8h.html" title="Defines the basic structures used to manipulate character streams from any input source." alt="" coords="235,379,387,405"/><area shape="rect" id="node34" href="antlr3commontoken_8h.html" title="Defines the interface for a common token." alt="" coords="328,528,539,555"/><area shape="rect" id="node41" href="antlr3tokenstream_8h.html" title="Defines the interface for an ANTLR3 common token stream." alt="" coords="517,304,728,331"/><area shape="rect" id="node49" href="antlr3debugeventlistener_8h.html" title="The definition of all debugging events that a recognizer can trigger." alt="" coords="816,453,1099,480"/><area shape="rect" id="node59" href="antlr3commontreenodestream_8h.html" title="Definition of the ANTLR3 common tree node stream." alt="" coords="960,229,1261,256"/><area shape="rect" id="node86" href="antlr3recognizersharedstate_8h.html" title="While the C runtime does not need to model the state of multiple lexers and parsers in the same way a..." alt="" coords="1896,677,2208,704"/><area shape="rect" id="node89" href="antlr3lexer_8h.html" title="Base interface for any ANTLR3 lexer." alt="" coords="348,229,500,256"/><area shape="rect" id="node96" href="antlr3parser_8h.html" title="Base implementation of an ANTLR3 parser." alt="" coords="2008,155,2171,181"/><area shape="rect" id="node100" href="antlr3treeparser_8h.html" title="antlr3treeparser.h" alt="" coords="1009,155,1212,181"/><area shape="rect" id="node7" href="antlr3errors_8h.html" title="antlr3errors.h" alt="" coords="852,901,1015,928"/><area shape="rect" id="node13" href="antlr3interfaces_8h.html" title="Declarations for all the antlr3 C runtime interfaces/classes." alt="" coords="1340,901,1543,928"/><area shape="rect" id="node15" href="antlr3convertutf_8h.html" title="antlr3convertutf.h" alt="" coords="1567,901,1769,928"/><area shape="rect" id="node24" href="antlr3string_8h.html" title="Simple string interface allows indiscriminate allocation of strings such that they can be allocated a..." alt="" coords="1156,603,1319,629"/><area shape="rect" id="node27" href="antlr3collections_8h.html" title="antlr3collections.h" alt="" coords="1393,677,1604,704"/><area shape="rect" id="node30" href="antlr3bitset_8h.html" title="Defines the basic structures of an ANTLR3 bitset." alt="" coords="1393,752,1556,779"/><area shape="rect" id="node52" href="antlr3basetree_8h.html" title="Definition of the ANTLR3 base tree." alt="" coords="1325,528,1507,555"/><area shape="rect" id="node62" href="antlr3commontreeadaptor_8h.html" title="Definition of the ANTLR3 common tree adaptor." alt="" coords="1148,304,1420,331"/><area shape="rect" id="node75" href="antlr3commontree_8h.html" title="antlr3commontree.h" alt="" coords="1528,453,1731,480"/><area shape="rect" id="node67" href="antlr3basetreeadaptor_8h.html" title="Definition of the ANTLR3 base tree adaptor." alt="" coords="1275,379,1525,405"/></map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3cyclicdfa_8h__dep__incl.png" border="0" usemap="#include_2antlr3cyclicdfa_8hdep" alt=""/></div>
<map name="include_2antlr3cyclicdfa_8hdep" id="include_2antlr3cyclicdfa_8hdep">
<area shape="rect" id="node3" href="antlr3_8h.html" title="include/antlr3.h" alt="" coords="51,80,232,107"/></map>
</div>
</div><table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA_struct</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-)  <a href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <br class="typebreak"/>
<a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA_struct</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3cyclicdfa_8h.html#afc75402a304da94e18993f2869c06b44">ANTLR3_CYCLIC_DFA</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-)  <a href="#afc75402a304da94e18993f2869c06b44"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="antlr3defs_8h.html#a6faef5c4687f8eb633d2aefea93973ca">ANTLR3_INT32</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3cyclicdfa_8h.html#ac3969dbd095f72698e80ba94919bffa8">CDFA_SPECIAL_FUNC</a> )(void *, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___r_e_c_o_g_n_i_z_e_r__struct.html">pANTLR3_BASE_RECOGNIZER</a>, <a class="el" href="struct_a_n_t_l_r3___i_n_t___s_t_r_e_a_m__struct.html">pANTLR3_INT_STREAM</a>, struct <a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA_struct</a> *, <a class="el" href="antlr3defs_8h.html#a6faef5c4687f8eb633d2aefea93973ca">ANTLR3_INT32</a>)</td></tr>
</table>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="afc75402a304da94e18993f2869c06b44"></a><!-- doxytag: member="antlr3cyclicdfa.h::ANTLR3_CYCLIC_DFA" ref="afc75402a304da94e18993f2869c06b44" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef struct <a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA_struct</a>
     <a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-) </p>

</div>
</div>
<a class="anchor" id="ac3969dbd095f72698e80ba94919bffa8"></a><!-- doxytag: member="antlr3cyclicdfa.h::CDFA_SPECIAL_FUNC" ref="ac3969dbd095f72698e80ba94919bffa8" args=")(void *, pANTLR3_BASE_RECOGNIZER, pANTLR3_INT_STREAM, struct ANTLR3_CYCLIC_DFA_struct *, ANTLR3_INT32)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="antlr3defs_8h.html#a6faef5c4687f8eb633d2aefea93973ca">ANTLR3_INT32</a>(* <a class="el" href="antlr3cyclicdfa_8h.html#ac3969dbd095f72698e80ba94919bffa8">CDFA_SPECIAL_FUNC</a>)(void *, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___r_e_c_o_g_n_i_z_e_r__struct.html">pANTLR3_BASE_RECOGNIZER</a>, <a class="el" href="struct_a_n_t_l_r3___i_n_t___s_t_r_e_a_m__struct.html">pANTLR3_INT_STREAM</a>, struct <a class="el" href="struct_a_n_t_l_r3___c_y_c_l_i_c___d_f_a__struct.html">ANTLR3_CYCLIC_DFA_struct</a> *, <a class="el" href="antlr3defs_8h.html#a6faef5c4687f8eb633d2aefea93973ca">ANTLR3_INT32</a>)</td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="antlr3cyclicdfa_8h.html">antlr3cyclicdfa.h</a>      </li>
      <li class="footer">Generated on Tue Feb 8 2011 for ANTLR3C by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>