Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 058bd62f54850fdc6f0231b268975025 > files > 1141

antlr3-C-docs-3.4-17.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ANTLR3C: src/antlr3debughandlers.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">ANTLR3C
   &#160;<span id="projectnumber">3.3.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('antlr3debughandlers_8c.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">antlr3debughandlers.c File Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Provides the debugging functions invoked by a recognizer built using the debug generator mode of the antlr tool.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;<a class="el" href="antlr3_8h.html">antlr3.h</a>&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for antlr3debughandlers.c:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c__incl.png" border="0" usemap="#src_2antlr3debughandlers_8c" alt=""/></div>
<map name="src_2antlr3debughandlers_8c" id="src_2antlr3debughandlers_8c">
<area shape="rect"  title="Provides the debugging functions invoked by a recognizer built using the debug generator mode of the ..." alt="" coords="1334,5,1517,32"/>
<area shape="rect"  href="antlr3_8h.html" title=" " alt="" coords="1390,80,1461,107"/>
<area shape="rect"  href="antlr3defs_8h.html" title="Basic type and constant definitions for ANTLR3 Runtime." alt="" coords="1258,976,1355,1003"/>
<area shape="rect"  href="antlr3errors_8h.html" title=" " alt="" coords="19,1051,125,1077"/>
<area shape="rect"  href="antlr3exception_8h.html" title="Contains the definition of a basic ANTLR3 exception structure created by a recognizer when errors are..." alt="" coords="91,304,221,331"/>
<area shape="rect"  href="antlr3encodings_8h.html" title=" " alt="" coords="2512,229,2645,256"/>
<area shape="rect"  href="antlr3string_8h.html" title="Simple string interface allows indiscriminate allocation of strings such that they can be allocated a..." alt="" coords="1403,752,1509,779"/>
<area shape="rect"  href="antlr3collections_8h.html" title=" " alt="" coords="1565,827,1701,853"/>
<area shape="rect"  href="antlr3bitset_8h.html" title="Defines the basic structures of an ANTLR3 bitset." alt="" coords="1490,901,1595,928"/>
<area shape="rect"  href="antlr3input_8h.html" title="Defines the basic structures used to manipulate character streams from any input source." alt="" coords="309,528,411,555"/>
<area shape="rect"  href="antlr3commontoken_8h.html" title="Defines the interface for a common token." alt="" coords="533,677,693,704"/>
<area shape="rect"  href="antlr3intstream_8h.html" title="Defines the the class interface for an antlr3 INTSTREAM." alt="" coords="702,603,831,629"/>
<area shape="rect"  href="antlr3cyclicdfa_8h.html" title=" " alt="" coords="963,155,1085,181"/>
<area shape="rect"  href="antlr3baserecognizer_8h.html" title="Defines the basic structure to support recognizing by either a lexer, parser, or tree parser." alt="" coords="824,229,987,256"/>
<area shape="rect"  href="antlr3tokenstream_8h.html" title="Defines the interface for an ANTLR3 common token stream." alt="" coords="682,453,830,480"/>
<area shape="rect"  href="antlr3debugeventlistener_8h.html" title="The definition of all debugging events that a recognizer can trigger." alt="" coords="856,603,1043,629"/>
<area shape="rect"  href="antlr3commontreeadaptor_8h.html" title="Definition of the ANTLR3 common tree adaptor." alt="" coords="1463,453,1660,480"/>
<area shape="rect"  href="antlr3basetreeadaptor_8h.html" title="Definition of the ANTLR3 base tree adaptor." alt="" coords="1412,528,1583,555"/>
<area shape="rect"  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="1944,304,2149,331"/>
<area shape="rect"  href="antlr3lexer_8h.html" title="Base interface for any ANTLR3 lexer." alt="" coords="506,379,606,405"/>
<area shape="rect"  href="antlr3parser_8h.html" title="Base implementation of an ANTLR3 parser." alt="" coords="2173,304,2283,331"/>
<area shape="rect"  href="antlr3filestream_8h.html" title=" " alt="" coords="2305,752,2437,779"/>
<area shape="rect"  href="antlr3rewritestreams_8h.html" title=" " alt="" coords="1657,155,1818,181"/>
<area shape="rect"  title=" " alt="" coords="2312,1051,2421,1077"/>
<area shape="rect"  title=" " alt="" coords="2445,1051,2509,1077"/>
<area shape="rect"  title=" " alt="" coords="372,1051,441,1077"/>
<area shape="rect"  title=" " alt="" coords="466,1051,555,1077"/>
<area shape="rect"  title=" " alt="" coords="580,1051,660,1077"/>
<area shape="rect"  title=" " alt="" coords="685,1051,753,1077"/>
<area shape="rect"  title=" " alt="" coords="777,1051,850,1077"/>
<area shape="rect"  title=" " alt="" coords="874,1051,947,1077"/>
<area shape="rect"  title=" " alt="" coords="972,1051,1041,1077"/>
<area shape="rect"  title=" " alt="" coords="1065,1051,1140,1077"/>
<area shape="rect"  title=" " alt="" coords="1164,1051,1247,1077"/>
<area shape="rect"  title=" " alt="" coords="1271,1051,1342,1077"/>
<area shape="rect"  title=" " alt="" coords="1367,1051,1460,1077"/>
<area shape="rect"  title=" " alt="" coords="1484,1051,1580,1077"/>
<area shape="rect"  title=" " alt="" coords="1604,1051,1705,1077"/>
<area shape="rect"  title=" " alt="" coords="1730,1051,1849,1077"/>
<area shape="rect"  title=" " alt="" coords="1873,1051,1943,1077"/>
<area shape="rect"  title=" " alt="" coords="1968,1051,2043,1077"/>
<area shape="rect"  title=" " alt="" coords="2067,1051,2133,1077"/>
<area shape="rect"  href="antlr3interfaces_8h.html" title="Declarations for all the antlr3 C runtime interfaces/classes." alt="" coords="2157,1051,2288,1077"/>
<area shape="rect"  href="antlr3convertutf_8h.html" title=" " alt="" coords="215,1051,348,1077"/>
<area shape="rect"  href="antlr3commontreenodestream_8h.html" title="Definition of the ANTLR3 common tree node stream." alt="" coords="1110,379,1333,405"/>
<area shape="rect"  href="antlr3treeparser_8h.html" title=" " alt="" coords="1104,304,1237,331"/>
<area shape="rect"  href="antlr3basetree_8h.html" title="Definition of the ANTLR3 base tree." alt="" coords="1245,677,1368,704"/>
<area shape="rect"  href="antlr3commontree_8h.html" title=" " alt="" coords="1168,603,1317,629"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a4126f5b39dad904614e6a2f126e90c52"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52">ack</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:a4126f5b39dad904614e6a2f126e90c52"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a883e54f06937ea736e7d864a5d04695b"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b">addChild</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> root, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> child)</td></tr>
<tr class="separator:a883e54f06937ea736e7d864a5d04695b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5d023697cc6fae0f33a329b9a787303a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="antlr3defs_8h.html#ac6724ab3b71a7f4b3c340f52312e8488">ANTLR3_API</a> <a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew</a> ()</td></tr>
<tr class="memdesc:a5d023697cc6fae0f33a329b9a787303a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other debugger via a socket.  <a href="#a5d023697cc6fae0f33a329b9a787303a">More...</a><br /></td></tr>
<tr class="separator:a5d023697cc6fae0f33a329b9a787303a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a15dd87baf368c6b3bfbafba79f2fa120"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120">antlr3DebugListenerNewPort</a> (<a class="el" href="antlr3defs_8h.html#ac41f744abd0fd25144b9eb9d11b1dfd1">ANTLR3_UINT32</a> port)</td></tr>
<tr class="separator:a15dd87baf368c6b3bfbafba79f2fa120"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a123bc7f808b141ba9892f2ab9416bcfa"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa">becomeRoot</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> newRoot, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> oldRoot)</td></tr>
<tr class="separator:a123bc7f808b141ba9892f2ab9416bcfa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab81588fad36591e324fa0f2e08b372f9"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9">beginBacktrack</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int level)</td></tr>
<tr class="separator:ab81588fad36591e324fa0f2e08b372f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a65b464898c6b7c8359afc0407b6da365"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365">beginResync</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:a65b464898c6b7c8359afc0407b6da365"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abc73caa40eabd73bb82880d6f906f10b"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#abc73caa40eabd73bb82880d6f906f10b">commence</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:abc73caa40eabd73bb82880d6f906f10b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a580621a4e593d986a47515333cb16c0a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a">consumeHiddenToken</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a> t)</td></tr>
<tr class="separator:a580621a4e593d986a47515333cb16c0a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d7160911e2531bd273c9efa7213c027"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027">consumeNode</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t)</td></tr>
<tr class="separator:a7d7160911e2531bd273c9efa7213c027"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac502d5d9111ee5bcdf279e0769477c37"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37">consumeToken</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a> t)</td></tr>
<tr class="separator:ac502d5d9111ee5bcdf279e0769477c37"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3891551e6c2c9f2a504f00295305277d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d">createNode</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t)</td></tr>
<tr class="separator:a3891551e6c2c9f2a504f00295305277d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23c40cb2339e2dc3d1f6481b16dbc961"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961">createNodeTok</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> node, <a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a> token)</td></tr>
<tr class="separator:a23c40cb2339e2dc3d1f6481b16dbc961"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a34df78662d9e707019808ecb86dd7c9f"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f">endBacktrack</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int level, <a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a> successful)</td></tr>
<tr class="separator:a34df78662d9e707019808ecb86dd7c9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9f00bb957d8f24439e3fa5a80526d1b6"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6">endResync</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:a9f00bb957d8f24439e3fa5a80526d1b6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6e49197d7b64f1b1f1be33f7844a3c5c"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c">enterAlt</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int alt)</td></tr>
<tr class="separator:a6e49197d7b64f1b1f1be33f7844a3c5c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c0cfeb0a2309dca19d88dd5fbe1312a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a">enterDecision</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int decisionNumber)</td></tr>
<tr class="separator:a2c0cfeb0a2309dca19d88dd5fbe1312a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2c873b812261905eca65fa9dde9a2d85"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85">enterRule</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, const char *grammarFileName, const char *ruleName)</td></tr>
<tr class="separator:a2c873b812261905eca65fa9dde9a2d85"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ab044c45bfdf65657d3aae34e5b06b5"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5">enterSubRule</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int decisionNumber)</td></tr>
<tr class="separator:a1ab044c45bfdf65657d3aae34e5b06b5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aea2ed3936c51774e21f6685f827d0857"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857">errorNode</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t)</td></tr>
<tr class="separator:aea2ed3936c51774e21f6685f827d0857"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1db829a0e98b987c2cec67ef0f5911c8"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8">exitDecision</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int decisionNumber)</td></tr>
<tr class="separator:a1db829a0e98b987c2cec67ef0f5911c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9ef770213a042fb04c8b14d02837147c"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c">exitRule</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, const char *grammarFileName, const char *ruleName)</td></tr>
<tr class="separator:a9ef770213a042fb04c8b14d02837147c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a07d5c5c0dfcdb4692f15d37030531cfd"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd">exitSubRule</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int decisionNumber)</td></tr>
<tr class="separator:a07d5c5c0dfcdb4692f15d37030531cfd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad7a231e6698f698f30782c71d7f120f6"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6">handshake</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:ad7a231e6698f698f30782c71d7f120f6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a67cda4a6129b784edf615e7ec8b484e7"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7">location</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int line, int pos)</td></tr>
<tr class="separator:a67cda4a6129b784edf615e7ec8b484e7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1e00f0d3b36741069d450192175ba89a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a">LT</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int i, <a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a> t)</td></tr>
<tr class="separator:a1e00f0d3b36741069d450192175ba89a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a88cf5bf33f7911d6bdfbbf25602c34c4"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4">LTT</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, int i, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t)</td></tr>
<tr class="separator:a88cf5bf33f7911d6bdfbbf25602c34c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab9f3c8693d99c389d0bca4f659a682c3"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3">mark</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a> marker)</td></tr>
<tr class="separator:ab9f3c8693d99c389d0bca4f659a682c3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3afad2a7ce01f2e3c532a944ff743e63"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63">nilNode</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t)</td></tr>
<tr class="separator:a3afad2a7ce01f2e3c532a944ff743e63"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aecad476d555d35eb33437a5760e2ffbd"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd">recognitionException</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___e_x_c_e_p_t_i_o_n.html#ga71e034bba80bdc564fd0c8d62f2962b5">pANTLR3_EXCEPTION</a> e)</td></tr>
<tr class="separator:aecad476d555d35eb33437a5760e2ffbd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a12dff64c5e90adad4a97b5588d9955c4"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4">rewindLast</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:a12dff64c5e90adad4a97b5588d9955c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a60733798a2447c37e16d86466a4aa6c2"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2">rewindMark</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a> marker)</td></tr>
<tr class="separator:a60733798a2447c37e16d86466a4aa6c2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3a48c7d3bd09ed3a8aed8e2e3c6d030"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030">semanticPredicate</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a> result, const char *predicate)</td></tr>
<tr class="separator:ac3a48c7d3bd09ed3a8aed8e2e3c6d030"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aee1d806d31e1c357681c53b51474c94c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c">serializeNode</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> node)</td></tr>
<tr class="separator:aee1d806d31e1c357681c53b51474c94c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3eef8b77024d49f20b36d1221045dc11"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11">serializeText</a> (<a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a> buffer, <a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a> text)</td></tr>
<tr class="separator:a3eef8b77024d49f20b36d1221045dc11"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a98582e5bfbfe53c50aa729f8798af780"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780">serializeToken</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a> t)</td></tr>
<tr class="separator:a98582e5bfbfe53c50aa729f8798af780"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e5cc7ce0cdae5f053d54b96fc81fb71"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71">setTokenBoundaries</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, <a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a> t, <a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a> tokenStartIndex, <a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a> tokenStopIndex)</td></tr>
<tr class="separator:a0e5cc7ce0cdae5f053d54b96fc81fb71"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acb222bcf138494b18754041f5a7abb5b"><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b">sockSend</a> (<a class="el" href="antlr3defs_8h.html#a8dc8083897335125630f1af5dafd5831">SOCKET</a> sock, const char *ptr, int len)</td></tr>
<tr class="separator:acb222bcf138494b18754041f5a7abb5b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aead6447c3fa1762b5f27013229b1f77a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a">terminate</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy)</td></tr>
<tr class="separator:aead6447c3fa1762b5f27013229b1f77a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2dbcad7f611c518cd3359dd294ef263a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit</a> (<a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> delboy, const char *ptr)</td></tr>
<tr class="separator:a2dbcad7f611c518cd3359dd294ef263a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Provides the debugging functions invoked by a recognizer built using the debug generator mode of the antlr tool. </p>
<p>See <a class="el" href="antlr3debugeventlistener_8h.html" title="The definition of all debugging events that a recognizer can trigger.">antlr3debugeventlistener.h</a> for documentation. </p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a4126f5b39dad904614e6a2f126e90c52"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4126f5b39dad904614e6a2f126e90c52">&#9670;&nbsp;</a></span>ack()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void ack </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3defs_8h.html#a81586c5b6d43c0d35e5d218479af671d">ANTLR3_PRINTF</a>, and <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aed6e688364e4ff83067f57e436356a54">ANTLR3_DEBUG_EVENT_LISTENER_struct::socket</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6">handshake()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a4126f5b39dad904614e6a2f126e90c52_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a4126f5b39dad904614e6a2f126e90c52_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a4126f5b39dad904614e6a2f126e90c52_icgraph" id="antlr3debughandlers_8c_a4126f5b39dad904614e6a2f126e90c52_icgraph">
<area shape="rect"  title=" " alt="" coords="819,709,861,735"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6" title=" " alt="" coords="683,342,771,369"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="690,734,763,761"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,734,428,761"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,734,205,761"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85" title=" " alt="" coords="515,50,596,77"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c" title=" " alt="" coords="519,101,591,127"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c" title=" " alt="" coords="520,151,591,178"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5" title=" " alt="" coords="503,202,607,229"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd" title=" " alt="" coords="509,253,602,279"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a" title=" " alt="" coords="503,303,608,330"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8" title=" " alt="" coords="508,354,603,381"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,405,613,431"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,455,635,482"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,506,575,533"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3" title=" " alt="" coords="529,557,582,583"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2" title=" " alt="" coords="508,607,603,634"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4" title=" " alt="" coords="511,658,599,685"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9" title=" " alt="" coords="498,709,613,735"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f" title=" " alt="" coords="503,759,607,786"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7" title=" " alt="" coords="520,810,591,837"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd" title=" " alt="" coords="480,861,631,887"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365" title=" " alt="" coords="506,911,605,938"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6" title=" " alt="" coords="512,962,599,989"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030" title=" " alt="" coords="489,1013,621,1039"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="501,1063,610,1090"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="533,1114,578,1141"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63" title=" " alt="" coords="520,1165,591,1191"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="509,1215,601,1242"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="513,1266,598,1293"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961" title=" " alt="" coords="498,1317,613,1343"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa" title=" " alt="" coords="505,1367,605,1394"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b" title=" " alt="" coords="517,1418,594,1445"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71" title=" " alt="" coords="482,1469,629,1495"/>
</map>
</div>

</div>
</div>
<a id="a883e54f06937ea736e7d864a5d04695b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a883e54f06937ea736e7d864a5d04695b">&#9670;&nbsp;</a></span>addChild()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void addChild </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>root</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>child</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_cgraph" id="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,83,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="131,31,204,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="252,5,332,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="271,56,313,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_icgraph" id="antlr3debughandlers_8c_a883e54f06937ea736e7d864a5d04695b_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,553,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a5d023697cc6fae0f33a329b9a787303a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5d023697cc6fae0f33a329b9a787303a">&#9670;&nbsp;</a></span>antlr3DebugListenerNew()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="antlr3defs_8h.html#ac6724ab3b71a7f4b3c340f52312e8488">ANTLR3_API</a> <a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> antlr3DebugListenerNew </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other debugger via a socket. </p>

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b">addChild()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a6d870df76f6080471fc35465ac1a2739">ANTLR3_DEBUG_EVENT_LISTENER_struct::addChild</a>, <a class="el" href="antlr3defs_8h.html#ab14376fa4b3a6ffe41ba76e897824767">ANTLR3_CALLOC</a>, <a class="el" href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa">becomeRoot()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a0c08aed522822c6a997f40a0bf1b855a">ANTLR3_DEBUG_EVENT_LISTENER_struct::becomeRoot</a>, <a class="el" href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9">beginBacktrack()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a2777c11058fec197a0bd48fbb66caf89">ANTLR3_DEBUG_EVENT_LISTENER_struct::beginBacktrack</a>, <a class="el" href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365">beginResync()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a945bff27f4c59f433f0460650811232c">ANTLR3_DEBUG_EVENT_LISTENER_struct::beginResync</a>, <a class="el" href="antlr3debughandlers_8c.html#abc73caa40eabd73bb82880d6f906f10b">commence()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a1557f8410347b2b5859369e380ef3da9">ANTLR3_DEBUG_EVENT_LISTENER_struct::commence</a>, <a class="el" href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a">consumeHiddenToken()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a59e8099b4dd2aca43c27593b7099f16f">ANTLR3_DEBUG_EVENT_LISTENER_struct::consumeHiddenToken</a>, <a class="el" href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027">consumeNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aede3e930219ff2789f72ca3a28608cb5">ANTLR3_DEBUG_EVENT_LISTENER_struct::consumeNode</a>, <a class="el" href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37">consumeToken()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a70bdbbc7778ad41b7aa691fa6c0094c4">ANTLR3_DEBUG_EVENT_LISTENER_struct::consumeToken</a>, <a class="el" href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d">createNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa1a729e4a0aaab89710aee64f68278aa">ANTLR3_DEBUG_EVENT_LISTENER_struct::createNode</a>, <a class="el" href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961">createNodeTok()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a41cfb9dffcd1064577947ad111841dd8">ANTLR3_DEBUG_EVENT_LISTENER_struct::createNodeTok</a>, <a class="el" href="antlr3debugeventlistener_8h.html#a329e144ea57a19685963e5a8a7b4e73b">DEFAULT_DEBUGGER_PORT</a>, <a class="el" href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f">endBacktrack()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#af31d73bd43d887c25f1c8664f2efc276">ANTLR3_DEBUG_EVENT_LISTENER_struct::endBacktrack</a>, <a class="el" href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6">endResync()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a59820477c7edb8979cea9660f184f508">ANTLR3_DEBUG_EVENT_LISTENER_struct::endResync</a>, <a class="el" href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c">enterAlt()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a92aa74ae5597c525e98bbadfba6514b2">ANTLR3_DEBUG_EVENT_LISTENER_struct::enterAlt</a>, <a class="el" href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a">enterDecision()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ac43a3ebdf3d694b34040b72651cf61e9">ANTLR3_DEBUG_EVENT_LISTENER_struct::enterDecision</a>, <a class="el" href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85">enterRule()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a5e1772e8405b4b9909a64c5c51fbe957">ANTLR3_DEBUG_EVENT_LISTENER_struct::enterRule</a>, <a class="el" href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5">enterSubRule()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a8b59d4abb0fb1c987ba03c8784a56b91">ANTLR3_DEBUG_EVENT_LISTENER_struct::enterSubRule</a>, <a class="el" href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857">errorNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#af8f8750c33ebfed4200eef46896a879f">ANTLR3_DEBUG_EVENT_LISTENER_struct::errorNode</a>, <a class="el" href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8">exitDecision()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ade7ad5fb3e74847242a3e40069b0f942">ANTLR3_DEBUG_EVENT_LISTENER_struct::exitDecision</a>, <a class="el" href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c">exitRule()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a14a12951fea7325d7d6644219f7bb623">ANTLR3_DEBUG_EVENT_LISTENER_struct::exitRule</a>, <a class="el" href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd">exitSubRule()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a34f5c80fe1d460b615e167a05090e71a">ANTLR3_DEBUG_EVENT_LISTENER_struct::exitSubRule</a>, <a class="el" href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6">handshake()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a3187e34a93f815c8d43762578918101c">ANTLR3_DEBUG_EVENT_LISTENER_struct::handshake</a>, <a class="el" href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7">location()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ac157fe024cfccbb9ddd5e4783580d5c4">ANTLR3_DEBUG_EVENT_LISTENER_struct::location</a>, <a class="el" href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a">LT()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aef4a3eaa69b7b0185650cb9658276916">ANTLR3_DEBUG_EVENT_LISTENER_struct::LT</a>, <a class="el" href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4">LTT()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a7e6196ee19d523e3fc34e1155ba58aff">ANTLR3_DEBUG_EVENT_LISTENER_struct::LTT</a>, <a class="el" href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3">mark()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a247426fb57accf8dde11d7c961bda4b9">ANTLR3_DEBUG_EVENT_LISTENER_struct::mark</a>, <a class="el" href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63">nilNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a997b3a284f6fc1eb3ace7c8270b6919d">ANTLR3_DEBUG_EVENT_LISTENER_struct::nilNode</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a84ad67b6e7ee2d8c5cc50a92ef51d16a">ANTLR3_DEBUG_EVENT_LISTENER_struct::port</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a61319cb7b7cf1c11435158ffc4dc6642">ANTLR3_DEBUG_EVENT_LISTENER_struct::protocol_version</a>, <a class="el" href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd">recognitionException()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#adc94d414b4bc8f9bd12fa7818a6f1ad7">ANTLR3_DEBUG_EVENT_LISTENER_struct::recognitionException</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#acae271db8995725d3835d8a7eb48b8c1">ANTLR3_DEBUG_EVENT_LISTENER_struct::rewind</a>, <a class="el" href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4">rewindLast()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a08a7370266c1ed30a6de1b8586a42b56">ANTLR3_DEBUG_EVENT_LISTENER_struct::rewindLast</a>, <a class="el" href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2">rewindMark()</a>, <a class="el" href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030">semanticPredicate()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a68b737eb125c2a84add0bc778029b7f0">ANTLR3_DEBUG_EVENT_LISTENER_struct::semanticPredicate</a>, <a class="el" href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71">setTokenBoundaries()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a5600cbe384ef384058a809967204afbe">ANTLR3_DEBUG_EVENT_LISTENER_struct::setTokenBoundaries</a>, <a class="el" href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a">terminate()</a>, and <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a573667e00c366f19ef620fe37e011e64">ANTLR3_DEBUG_EVENT_LISTENER_struct::terminate</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120">antlr3DebugListenerNewPort()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_cgraph" id="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_cgraph">
<area shape="rect"  title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="5,791,180,817"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b" title=" " alt="" coords="269,157,346,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa" title=" " alt="" coords="257,208,357,235"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9" title=" " alt="" coords="250,259,365,285"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365" title=" " alt="" coords="258,309,357,336"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#abc73caa40eabd73bb82880d6f906f10b" title=" " alt="" coords="263,1576,351,1603"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="228,5,387,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="253,1272,362,1299"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="250,56,365,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="261,1373,353,1400"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961" title=" " alt="" coords="250,360,365,387"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f" title=" " alt="" coords="255,411,359,437"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6" title=" " alt="" coords="264,461,351,488"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c" title=" " alt="" coords="271,512,343,539"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a" title=" " alt="" coords="255,563,360,589"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85" title=" " alt="" coords="267,613,348,640"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5" title=" " alt="" coords="255,664,359,691"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="265,1424,350,1451"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8" title=" " alt="" coords="260,715,355,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c" title=" " alt="" coords="272,765,343,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd" title=" " alt="" coords="261,816,354,843"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6" title=" " alt="" coords="445,1475,533,1501"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7" title=" " alt="" coords="272,867,343,893"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="288,107,327,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="285,1323,330,1349"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3" title=" " alt="" coords="281,917,334,944"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63" title=" " alt="" coords="272,968,343,995"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd" title=" " alt="" coords="232,1019,383,1045"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4" title=" " alt="" coords="263,1069,351,1096"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2" title=" " alt="" coords="260,1120,355,1147"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030" title=" " alt="" coords="241,1171,373,1197"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71" title=" " alt="" coords="234,1221,381,1248"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a" title=" " alt="" coords="448,1525,529,1552"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="452,765,525,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="599,1475,679,1501"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="617,1399,660,1425"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="435,81,543,108"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="591,1336,687,1363"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c" title=" " alt="" coords="437,1323,540,1349"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_icgraph" id="antlr3debughandlers_8c_a5d023697cc6fae0f33a329b9a787303a_icgraph">
<area shape="rect"  title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a15dd87baf368c6b3bfbafba79f2fa120"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a15dd87baf368c6b3bfbafba79f2fa120">&#9670;&nbsp;</a></span>antlr3DebugListenerNewPort()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a> antlr3DebugListenerNewPort </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#ac41f744abd0fd25144b9eb9d11b1dfd1">ANTLR3_UINT32</a>&#160;</td>
          <td class="paramname"><em>port</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>, and <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a84ad67b6e7ee2d8c5cc50a92ef51d16a">ANTLR3_DEBUG_EVENT_LISTENER_struct::port</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a15dd87baf368c6b3bfbafba79f2fa120_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a15dd87baf368c6b3bfbafba79f2fa120_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a15dd87baf368c6b3bfbafba79f2fa120_cgraph" id="antlr3debughandlers_8c_a15dd87baf368c6b3bfbafba79f2fa120_cgraph">
<area shape="rect"  title=" " alt="" coords="5,791,205,817"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,791,428,817"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b" title=" " alt="" coords="517,157,594,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa" title=" " alt="" coords="505,208,605,235"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9" title=" " alt="" coords="498,259,613,285"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365" title=" " alt="" coords="506,309,605,336"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#abc73caa40eabd73bb82880d6f906f10b" title=" " alt="" coords="511,1576,599,1603"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,5,635,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="501,1272,610,1299"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,56,613,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="509,1373,601,1400"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961" title=" " alt="" coords="498,360,613,387"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f" title=" " alt="" coords="503,411,607,437"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6" title=" " alt="" coords="512,461,599,488"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c" title=" " alt="" coords="519,512,591,539"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a" title=" " alt="" coords="503,563,608,589"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85" title=" " alt="" coords="515,613,596,640"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5" title=" " alt="" coords="503,664,607,691"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="513,1424,598,1451"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8" title=" " alt="" coords="508,715,603,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c" title=" " alt="" coords="520,765,591,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd" title=" " alt="" coords="509,816,602,843"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6" title=" " alt="" coords="693,1475,781,1501"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7" title=" " alt="" coords="520,867,591,893"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,107,575,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="533,1323,578,1349"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3" title=" " alt="" coords="529,917,582,944"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63" title=" " alt="" coords="520,968,591,995"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd" title=" " alt="" coords="480,1019,631,1045"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4" title=" " alt="" coords="511,1069,599,1096"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2" title=" " alt="" coords="508,1120,603,1147"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030" title=" " alt="" coords="489,1171,621,1197"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71" title=" " alt="" coords="482,1221,629,1248"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a" title=" " alt="" coords="696,1525,777,1552"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="700,765,773,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="847,1475,927,1501"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="865,1399,908,1425"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="683,81,791,108"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="839,1336,935,1363"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c" title=" " alt="" coords="685,1323,788,1349"/>
</map>
</div>

</div>
</div>
<a id="a123bc7f808b141ba9892f2ab9416bcfa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a123bc7f808b141ba9892f2ab9416bcfa">&#9670;&nbsp;</a></span>becomeRoot()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void becomeRoot </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>newRoot</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>oldRoot</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_cgraph" id="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,105,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="153,31,227,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="275,5,355,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="293,56,336,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_icgraph" id="antlr3debughandlers_8c_a123bc7f808b141ba9892f2ab9416bcfa_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,576,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="ab81588fad36591e324fa0f2e08b372f9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab81588fad36591e324fa0f2e08b372f9">&#9670;&nbsp;</a></span>beginBacktrack()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void beginBacktrack </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>level</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_cgraph" id="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,120,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="168,31,241,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="289,5,369,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="308,56,351,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_icgraph" id="antlr3debughandlers_8c_ab81588fad36591e324fa0f2e08b372f9_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,591,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a65b464898c6b7c8359afc0407b6da365"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a65b464898c6b7c8359afc0407b6da365">&#9670;&nbsp;</a></span>beginResync()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void beginResync </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_cgraph" id="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,104,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="152,31,225,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="273,5,353,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="292,56,335,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_icgraph" id="antlr3debughandlers_8c_a65b464898c6b7c8359afc0407b6da365_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,575,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="abc73caa40eabd73bb82880d6f906f10b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abc73caa40eabd73bb82880d6f906f10b">&#9670;&nbsp;</a></span>commence()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void commence </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_abc73caa40eabd73bb82880d6f906f10b_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_abc73caa40eabd73bb82880d6f906f10b_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_abc73caa40eabd73bb82880d6f906f10b_icgraph" id="antlr3debughandlers_8c_abc73caa40eabd73bb82880d6f906f10b_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,564,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a580621a4e593d986a47515333cb16c0a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a580621a4e593d986a47515333cb16c0a">&#9670;&nbsp;</a></span>consumeHiddenToken()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void consumeHiddenToken </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7e81b3eb3b22cbf1d7719ee192eac8ea">ANTLR3_STRING_struct::insert8</a>, <a class="el" href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780">serializeToken()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_cgraph" id="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,164,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="212,5,320,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="229,56,303,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="368,5,464,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="376,56,456,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="395,107,437,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_icgraph" id="antlr3debughandlers_8c_a580621a4e593d986a47515333cb16c0a_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,635,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a7d7160911e2531bd273c9efa7213c027"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7d7160911e2531bd273c9efa7213c027">&#9670;&nbsp;</a></span>consumeNode()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void consumeNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7e81b3eb3b22cbf1d7719ee192eac8ea">ANTLR3_STRING_struct::insert8</a>, <a class="el" href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c">serializeNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_cgraph" id="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,115,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c" title=" " alt="" coords="163,5,265,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="177,56,251,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="313,5,409,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="321,56,401,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="340,107,383,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_icgraph" id="antlr3debughandlers_8c_a7d7160911e2531bd273c9efa7213c027_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,585,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="ac502d5d9111ee5bcdf279e0769477c37"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac502d5d9111ee5bcdf279e0769477c37">&#9670;&nbsp;</a></span>consumeToken()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void consumeToken </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7e81b3eb3b22cbf1d7719ee192eac8ea">ANTLR3_STRING_struct::insert8</a>, <a class="el" href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780">serializeToken()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_cgraph" id="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,120,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="168,5,276,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="185,56,259,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="324,5,420,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="332,56,412,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="351,107,393,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_icgraph" id="antlr3debughandlers_8c_ac502d5d9111ee5bcdf279e0769477c37_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,591,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a3891551e6c2c9f2a504f00295305277d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3891551e6c2c9f2a504f00295305277d">&#9670;&nbsp;</a></span>createNode()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void createNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7504acaf364ebbcbf1178ee283015a13">ANTLR3_STRING_struct::addi</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#abb0b2baef8956c33f1c5745ab6c6b7a7">ANTLR3_STRING_struct::factory</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a6ee9b127e606dc28d49317ecad7320c3">ANTLR3_BASE_TREE_ADAPTOR_struct::getText</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#aa18396e2425aacc5d653d8438b207b0b">ANTLR3_BASE_TREE_ADAPTOR_struct::getType</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a4f01c6add4000cd36d700e22754e55a8">ANTLR3_DEBUG_EVENT_LISTENER_struct::grammarFileName</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g___f_a_c_t_o_r_y__struct.html#a70eed7249186a1355fe0863b40be2b83">ANTLR3_STRING_FACTORY_struct::newSize</a>, <a class="el" href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11">serializeText()</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a440e943f93c02ba128306d58237562e2">ANTLR3_STRING_struct::set8</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_cgraph" id="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,97,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="145,5,241,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="157,56,230,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="289,31,369,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="308,81,351,108"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_icgraph" id="antlr3debughandlers_8c_a3891551e6c2c9f2a504f00295305277d_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,568,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a23c40cb2339e2dc3d1f6481b16dbc961"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a23c40cb2339e2dc3d1f6481b16dbc961">&#9670;&nbsp;</a></span>createNodeTok()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void createNodeTok </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>node</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a>&#160;</td>
          <td class="paramname"><em>token</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a910279d5a3f02596f450cb6fe8f05c38">ANTLR3_COMMON_TOKEN_struct::getTokenIndex</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_cgraph" id="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,120,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="168,31,241,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="289,5,369,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="308,56,351,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_icgraph" id="antlr3debughandlers_8c_a23c40cb2339e2dc3d1f6481b16dbc961_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,591,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a34df78662d9e707019808ecb86dd7c9f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a34df78662d9e707019808ecb86dd7c9f">&#9670;&nbsp;</a></span>endBacktrack()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void endBacktrack </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>level</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a>&#160;</td>
          <td class="paramname"><em>successful</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_cgraph" id="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,109,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="157,31,231,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="279,5,359,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="297,56,340,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_icgraph" id="antlr3debughandlers_8c_a34df78662d9e707019808ecb86dd7c9f_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,580,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a9f00bb957d8f24439e3fa5a80526d1b6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9f00bb957d8f24439e3fa5a80526d1b6">&#9670;&nbsp;</a></span>endResync()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void endResync </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_cgraph" id="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,92,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="140,31,213,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="261,5,341,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="280,56,323,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_icgraph" id="antlr3debughandlers_8c_a9f00bb957d8f24439e3fa5a80526d1b6_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,563,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a6e49197d7b64f1b1f1be33f7844a3c5c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6e49197d7b64f1b1f1be33f7844a3c5c">&#9670;&nbsp;</a></span>enterAlt()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void enterAlt </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>alt</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_cgraph" id="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,77,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="125,31,199,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="247,5,327,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="265,56,308,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_icgraph" id="antlr3debughandlers_8c_a6e49197d7b64f1b1f1be33f7844a3c5c_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,548,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a2c0cfeb0a2309dca19d88dd5fbe1312a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2c0cfeb0a2309dca19d88dd5fbe1312a">&#9670;&nbsp;</a></span>enterDecision()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void enterDecision </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>decisionNumber</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_cgraph" id="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,111,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="159,31,232,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="280,5,360,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="299,56,341,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_icgraph" id="antlr3debughandlers_8c_a2c0cfeb0a2309dca19d88dd5fbe1312a_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,581,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a2c873b812261905eca65fa9dde9a2d85"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2c873b812261905eca65fa9dde9a2d85">&#9670;&nbsp;</a></span>enterRule()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void enterRule </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>grammarFileName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>ruleName</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_cgraph" id="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,87,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="135,31,208,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="256,5,336,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="275,56,317,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_icgraph" id="antlr3debughandlers_8c_a2c873b812261905eca65fa9dde9a2d85_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,557,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a1ab044c45bfdf65657d3aae34e5b06b5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1ab044c45bfdf65657d3aae34e5b06b5">&#9670;&nbsp;</a></span>enterSubRule()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void enterSubRule </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>decisionNumber</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_cgraph" id="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,109,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="157,31,231,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="279,5,359,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="297,56,340,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_icgraph" id="antlr3debughandlers_8c_a1ab044c45bfdf65657d3aae34e5b06b5_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,580,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="aea2ed3936c51774e21f6685f827d0857"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aea2ed3936c51774e21f6685f827d0857">&#9670;&nbsp;</a></span>errorNode()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void errorNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7504acaf364ebbcbf1178ee283015a13">ANTLR3_STRING_struct::addi</a>, <a class="el" href="antlr3commontoken_8h.html#ae6add32e4a00e4a514491188b60196e0">ANTLR3_TOKEN_INVALID</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#abb0b2baef8956c33f1c5745ab6c6b7a7">ANTLR3_STRING_struct::factory</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a6ee9b127e606dc28d49317ecad7320c3">ANTLR3_BASE_TREE_ADAPTOR_struct::getText</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a4f01c6add4000cd36d700e22754e55a8">ANTLR3_DEBUG_EVENT_LISTENER_struct::grammarFileName</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g___f_a_c_t_o_r_y__struct.html#a70eed7249186a1355fe0863b40be2b83">ANTLR3_STRING_FACTORY_struct::newSize</a>, <a class="el" href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11">serializeText()</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a440e943f93c02ba128306d58237562e2">ANTLR3_STRING_struct::set8</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_cgraph" id="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,91,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="139,5,235,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="150,56,223,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="283,31,363,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="301,81,344,108"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_icgraph" id="antlr3debughandlers_8c_aea2ed3936c51774e21f6685f827d0857_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,561,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a1db829a0e98b987c2cec67ef0f5911c8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1db829a0e98b987c2cec67ef0f5911c8">&#9670;&nbsp;</a></span>exitDecision()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void exitDecision </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>decisionNumber</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_cgraph" id="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,100,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="148,31,221,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="269,5,349,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="288,56,331,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_icgraph" id="antlr3debughandlers_8c_a1db829a0e98b987c2cec67ef0f5911c8_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,571,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a9ef770213a042fb04c8b14d02837147c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9ef770213a042fb04c8b14d02837147c">&#9670;&nbsp;</a></span>exitRule()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void exitRule </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>grammarFileName</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>ruleName</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_cgraph" id="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,76,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="124,31,197,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="245,5,325,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="264,56,307,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_icgraph" id="antlr3debughandlers_8c_a9ef770213a042fb04c8b14d02837147c_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,547,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a07d5c5c0dfcdb4692f15d37030531cfd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a07d5c5c0dfcdb4692f15d37030531cfd">&#9670;&nbsp;</a></span>exitSubRule()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void exitSubRule </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>decisionNumber</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_cgraph" id="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,99,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="147,31,220,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="268,5,348,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="287,56,329,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_icgraph" id="antlr3debughandlers_8c_a07d5c5c0dfcdb4692f15d37030531cfd_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,569,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="ad7a231e6698f698f30782c71d7f120f6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad7a231e6698f698f30782c71d7f120f6">&#9670;&nbsp;</a></span>handshake()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a> handshake </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>Connection structure with which to wait and accept a connection from a debugger.</p>

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52">ack()</a>, <a class="el" href="antlr3defs_8h.html#a394945bff1fe589726a53ccbb879e275">ANTLR3_CLOSESOCKET</a>, <a class="el" href="antlr3errors_8h.html#a3baea4fe1963323e5757ee2c8f471d1c">ANTLR3_FALSE</a>, <a class="el" href="antlr3errors_8h.html#a8cfcfbce03f3039eb35d87f97105dc1b">ANTLR3_TRUE</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a4f01c6add4000cd36d700e22754e55a8">ANTLR3_DEBUG_EVENT_LISTENER_struct::grammarFileName</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a72372c15b77044c33217002180102878">ANTLR3_DEBUG_EVENT_LISTENER_struct::initialized</a>, <a class="el" href="antlr3defs_8h.html#a26769957ec1a2beaf223f33b66ee64ab">INVALID_SOCKET</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a84ad67b6e7ee2d8c5cc50a92ef51d16a">ANTLR3_DEBUG_EVENT_LISTENER_struct::port</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a61319cb7b7cf1c11435158ffc4dc6642">ANTLR3_DEBUG_EVENT_LISTENER_struct::protocol_version</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aed6e688364e4ff83067f57e436356a54">ANTLR3_DEBUG_EVENT_LISTENER_struct::socket</a>, and <a class="el" href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b">sockSend()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_cgraph" id="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,93,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="160,5,203,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="141,56,221,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_icgraph" id="antlr3debughandlers_8c_ad7a231e6698f698f30782c71d7f120f6_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,564,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a67cda4a6129b784edf615e7ec8b484e7"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a67cda4a6129b784edf615e7ec8b484e7">&#9670;&nbsp;</a></span>location()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void location </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>line</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>pos</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_cgraph" id="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,76,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="124,31,197,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="245,5,325,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="264,56,307,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_icgraph" id="antlr3debughandlers_8c_a67cda4a6129b784edf615e7ec8b484e7_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,547,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a1e00f0d3b36741069d450192175ba89a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1e00f0d3b36741069d450192175ba89a">&#9670;&nbsp;</a></span>LT()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void LT </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>i</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7e81b3eb3b22cbf1d7719ee192eac8ea">ANTLR3_STRING_struct::insert8</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a99a98316e908de6a9d3d0bcd8b14385f">ANTLR3_STRING_struct::inserti</a>, <a class="el" href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780">serializeToken()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_cgraph" id="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,44,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="92,5,200,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="109,56,183,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="248,5,344,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="256,56,336,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="275,107,317,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_icgraph" id="antlr3debughandlers_8c_a1e00f0d3b36741069d450192175ba89a_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,515,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a88cf5bf33f7911d6bdfbbf25602c34c4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a88cf5bf33f7911d6bdfbbf25602c34c4">&#9670;&nbsp;</a></span>LTT()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void LTT </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>i</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7be84d1554437ab99377ab3c623ebd24">ANTLR3_STRING_struct::chars</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7e81b3eb3b22cbf1d7719ee192eac8ea">ANTLR3_STRING_struct::insert8</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a99a98316e908de6a9d3d0bcd8b14385f">ANTLR3_STRING_struct::inserti</a>, <a class="el" href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c">serializeNode()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_cgraph" id="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,51,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c" title=" " alt="" coords="99,5,201,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="113,56,187,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="249,5,345,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="257,56,337,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="276,107,319,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_icgraph" id="antlr3debughandlers_8c_a88cf5bf33f7911d6bdfbbf25602c34c4_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,521,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="ab9f3c8693d99c389d0bca4f659a682c3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab9f3c8693d99c389d0bca4f659a682c3">&#9670;&nbsp;</a></span>mark()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void mark </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a>&#160;</td>
          <td class="paramname"><em>marker</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_cgraph" id="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,59,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="107,31,180,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="228,5,308,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="247,56,289,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_icgraph" id="antlr3debughandlers_8c_ab9f3c8693d99c389d0bca4f659a682c3_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,529,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a3afad2a7ce01f2e3c532a944ff743e63"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3afad2a7ce01f2e3c532a944ff743e63">&#9670;&nbsp;</a></span>nilNode()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void nilNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_cgraph" id="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,76,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="124,31,197,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="245,5,325,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="264,56,307,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_icgraph" id="antlr3debughandlers_8c_a3afad2a7ce01f2e3c532a944ff743e63_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,547,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="aecad476d555d35eb33437a5760e2ffbd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aecad476d555d35eb33437a5760e2ffbd">&#9670;&nbsp;</a></span>recognitionException()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void recognitionException </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___e_x_c_e_p_t_i_o_n.html#ga71e034bba80bdc564fd0c8d62f2962b5">pANTLR3_EXCEPTION</a>&#160;</td>
          <td class="paramname"><em>e</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___e_x_c_e_p_t_i_o_n__struct.html#ad72064f7ff1584daf70684b1352ac2c3">ANTLR3_EXCEPTION_struct::charPositionInLine</a>, <a class="el" href="struct_a_n_t_l_r3___e_x_c_e_p_t_i_o_n__struct.html#a4c726c30ad1a60bcea21cab002ad9e39">ANTLR3_EXCEPTION_struct::index</a>, <a class="el" href="struct_a_n_t_l_r3___e_x_c_e_p_t_i_o_n__struct.html#ab99cca3f3aeb20df8ceadbd971f4a236">ANTLR3_EXCEPTION_struct::line</a>, <a class="el" href="struct_a_n_t_l_r3___e_x_c_e_p_t_i_o_n__struct.html#a4ea5bbfb664b0b56817c4b0e899190f8">ANTLR3_EXCEPTION_struct::name</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_cgraph" id="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,156,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="204,31,277,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="325,5,405,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="344,56,387,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_icgraph" id="antlr3debughandlers_8c_aecad476d555d35eb33437a5760e2ffbd_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,627,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a12dff64c5e90adad4a97b5588d9955c4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a12dff64c5e90adad4a97b5588d9955c4">&#9670;&nbsp;</a></span>rewindLast()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void rewindLast </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_cgraph" id="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,93,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="141,31,215,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="263,5,343,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="281,56,324,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_icgraph" id="antlr3debughandlers_8c_a12dff64c5e90adad4a97b5588d9955c4_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,564,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a60733798a2447c37e16d86466a4aa6c2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a60733798a2447c37e16d86466a4aa6c2">&#9670;&nbsp;</a></span>rewindMark()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void rewindMark </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a>&#160;</td>
          <td class="paramname"><em>marker</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_cgraph" id="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,100,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="148,31,221,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="269,5,349,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="288,56,331,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_icgraph" id="antlr3debughandlers_8c_a60733798a2447c37e16d86466a4aa6c2_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,571,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="ac3a48c7d3bd09ed3a8aed8e2e3c6d030"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac3a48c7d3bd09ed3a8aed8e2e3c6d030">&#9670;&nbsp;</a></span>semanticPredicate()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void semanticPredicate </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a5b33dccbba3b7212539695e21df4079b">ANTLR3_BOOLEAN</a>&#160;</td>
          <td class="paramname"><em>result</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>predicate</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3defs_8h.html#a3ba818e88ae972c4f77e55e80ed8abd5">ANTLR3_MALLOC</a>, <a class="el" href="antlr3errors_8h.html#a8cfcfbce03f3039eb35d87f97105dc1b">ANTLR3_TRUE</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_cgraph" id="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,137,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="185,31,259,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="307,5,387,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="325,56,368,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_icgraph" id="antlr3debughandlers_8c_ac3a48c7d3bd09ed3a8aed8e2e3c6d030_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,608,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="aee1d806d31e1c357681c53b51474c94c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aee1d806d31e1c357681c53b51474c94c">&#9670;&nbsp;</a></span>serializeNode()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a> serializeNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>node</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7504acaf364ebbcbf1178ee283015a13">ANTLR3_STRING_struct::addi</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#abb0b2baef8956c33f1c5745ab6c6b7a7">ANTLR3_STRING_struct::factory</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a74a3eafc1cc054bc49326e8ab9b630c7">ANTLR3_COMMON_TOKEN_struct::getCharPositionInLine</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a0f20d7c488310ebe574ccfb51bd43697">ANTLR3_COMMON_TOKEN_struct::getLine</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a6ee9b127e606dc28d49317ecad7320c3">ANTLR3_BASE_TREE_ADAPTOR_struct::getText</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#afba3e77dbff8cb1e7c07e8a25bf4e20b">ANTLR3_BASE_TREE_ADAPTOR_struct::getToken</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#ac236a543cee936259cd8ac92fb8d6074">ANTLR3_BASE_TREE_ADAPTOR_struct::getTokenStartIndex</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#aa18396e2425aacc5d653d8438b207b0b">ANTLR3_BASE_TREE_ADAPTOR_struct::getType</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a4f01c6add4000cd36d700e22754e55a8">ANTLR3_DEBUG_EVENT_LISTENER_struct::grammarFileName</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g___f_a_c_t_o_r_y__struct.html#a70eed7249186a1355fe0863b40be2b83">ANTLR3_STRING_FACTORY_struct::newSize</a>, <a class="el" href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11">serializeText()</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac6bf222d588c493ab3ac41ceb79c6ff3">ANTLR3_STRING_struct::set</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, and <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027">consumeNode()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4">LTT()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_cgraph" id="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_cgraph">
<area shape="rect"  title=" " alt="" coords="5,5,108,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="156,5,252,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_icgraph" id="antlr3debughandlers_8c_aee1d806d31e1c357681c53b51474c94c_icgraph">
<area shape="rect"  title=" " alt="" coords="633,31,736,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="476,5,585,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="508,56,553,83"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,31,428,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,31,205,57"/>
</map>
</div>

</div>
</div>
<a id="a3eef8b77024d49f20b36d1221045dc11"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3eef8b77024d49f20b36d1221045dc11">&#9670;&nbsp;</a></span>serializeText()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void serializeText </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a>&#160;</td>
          <td class="paramname"><em>buffer</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a>&#160;</td>
          <td class="paramname"><em>text</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a650ed7d4c891906136ef2a91eac7682d">ANTLR3_STRING_struct::append</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a9efb2f4de61f960b80eb2d5ea89034ee">ANTLR3_STRING_struct::charAt</a>, and <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a48075cfe15e36cca07604d96d335829d">ANTLR3_STRING_struct::len</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d">createNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857">errorNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c">serializeNode()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780">serializeToken()</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a3eef8b77024d49f20b36d1221045dc11_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a3eef8b77024d49f20b36d1221045dc11_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a3eef8b77024d49f20b36d1221045dc11_icgraph" id="antlr3debughandlers_8c_a3eef8b77024d49f20b36d1221045dc11_icgraph">
<area shape="rect"  title=" " alt="" coords="839,81,935,108"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="691,5,783,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="694,56,779,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aee1d806d31e1c357681c53b51474c94c" title=" " alt="" coords="685,107,788,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a98582e5bfbfe53c50aa729f8798af780" title=" " alt="" coords="683,233,791,260"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,157,428,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,157,205,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="501,107,610,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="533,157,578,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,208,613,235"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,259,635,285"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,309,575,336"/>
</map>
</div>

</div>
</div>
<a id="a98582e5bfbfe53c50aa729f8798af780"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a98582e5bfbfe53c50aa729f8798af780">&#9670;&nbsp;</a></span>serializeToken()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group___a_n_t_l_r3___s_t_r_i_n_g.html#ga36bbe7362079348864db4b4dbdcce56b">pANTLR3_STRING</a> serializeToken </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n.html#gadaa6df9cbf0cd7ab37fd545520ff299b">pANTLR3_COMMON_TOKEN</a>&#160;</td>
          <td class="paramname"><em>t</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac47840a0378274c02777b32770517df6">ANTLR3_STRING_struct::addc</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a7504acaf364ebbcbf1178ee283015a13">ANTLR3_STRING_struct::addi</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#abb0b2baef8956c33f1c5745ab6c6b7a7">ANTLR3_STRING_struct::factory</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a1fdb30ca54dbaa6f309782e04a3871b2">ANTLR3_COMMON_TOKEN_struct::getChannel</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a74a3eafc1cc054bc49326e8ab9b630c7">ANTLR3_COMMON_TOKEN_struct::getCharPositionInLine</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a0f20d7c488310ebe574ccfb51bd43697">ANTLR3_COMMON_TOKEN_struct::getLine</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#ae62ff44cfa4539f2097fd7e3b948f94a">ANTLR3_COMMON_TOKEN_struct::getText</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a910279d5a3f02596f450cb6fe8f05c38">ANTLR3_COMMON_TOKEN_struct::getTokenIndex</a>, <a class="el" href="struct_a_n_t_l_r3___c_o_m_m_o_n___t_o_k_e_n__struct.html#a7f4c4c99a2da8c3653e7fbd9d216220d">ANTLR3_COMMON_TOKEN_struct::getType</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#a4f01c6add4000cd36d700e22754e55a8">ANTLR3_DEBUG_EVENT_LISTENER_struct::grammarFileName</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g___f_a_c_t_o_r_y__struct.html#a70eed7249186a1355fe0863b40be2b83">ANTLR3_STRING_FACTORY_struct::newSize</a>, <a class="el" href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11">serializeText()</a>, <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#ac6bf222d588c493ab3ac41ceb79c6ff3">ANTLR3_STRING_struct::set</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aa632f6a33c2a4a7471e2b76baa6264c3">ANTLR3_DEBUG_EVENT_LISTENER_struct::tokenString</a>, and <a class="el" href="struct_a_n_t_l_r3___s_t_r_i_n_g__struct.html#a89ae9c55ac41e95451a7a741532d1c25">ANTLR3_STRING_struct::toUTF8</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a">consumeHiddenToken()</a>, <a class="el" href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37">consumeToken()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a">LT()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_cgraph" id="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_cgraph">
<area shape="rect"  title=" " alt="" coords="5,5,113,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3eef8b77024d49f20b36d1221045dc11" title=" " alt="" coords="161,5,257,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_icgraph" id="antlr3debughandlers_8c_a98582e5bfbfe53c50aa729f8798af780_icgraph">
<area shape="rect"  title=" " alt="" coords="683,56,791,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,5,635,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,56,613,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,107,575,133"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,56,428,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,56,205,83"/>
</map>
</div>

</div>
</div>
<a id="a0e5cc7ce0cdae5f053d54b96fc81fb71"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0e5cc7ce0cdae5f053d54b96fc81fb71">&#9670;&nbsp;</a></span>setTokenBoundaries()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void setTokenBoundaries </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___b_a_s_e___t_r_e_e.html#ga6313a8a3e8f044398a393bd10c083852">pANTLR3_BASE_TREE</a>&#160;</td>
          <td class="paramname"><em>t</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a>&#160;</td>
          <td class="paramname"><em>tokenStartIndex</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a2beefa8c800bf7850710b40b69d0242e">ANTLR3_MARKER</a>&#160;</td>
          <td class="paramname"><em>tokenStopIndex</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#ad4f7a3ec200a922978922fb86fb72023">ANTLR3_DEBUG_EVENT_LISTENER_struct::adaptor</a>, <a class="el" href="struct_a_n_t_l_r3___b_a_s_e___t_r_e_e___a_d_a_p_t_o_r__struct.html#a7a1017f5a8df655cf70a490c13c80862">ANTLR3_BASE_TREE_ADAPTOR_struct::getUniqueID</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_cgraph" id="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,152,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="200,31,273,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="321,5,401,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="340,56,383,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_icgraph" id="antlr3debughandlers_8c_a0e5cc7ce0cdae5f053d54b96fc81fb71_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,623,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="acb222bcf138494b18754041f5a7abb5b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acb222bcf138494b18754041f5a7abb5b">&#9670;&nbsp;</a></span>sockSend()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static int sockSend </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="antlr3defs_8h.html#a8dc8083897335125630f1af5dafd5831">SOCKET</a>&#160;</td>
          <td class="paramname"><em>sock</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>ptr</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>len</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3errors_8h.html#a3baea4fe1963323e5757ee2c8f471d1c">ANTLR3_FALSE</a>, and <a class="el" href="antlr3errors_8h.html#a8cfcfbce03f3039eb35d87f97105dc1b">ANTLR3_TRUE</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6">handshake()</a>, <a class="el" href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a">terminate()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a">transmit()</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_acb222bcf138494b18754041f5a7abb5b_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_acb222bcf138494b18754041f5a7abb5b_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_acb222bcf138494b18754041f5a7abb5b_icgraph" id="antlr3debughandlers_8c_acb222bcf138494b18754041f5a7abb5b_icgraph">
<area shape="rect"  title=" " alt="" coords="819,56,899,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ad7a231e6698f698f30782c71d7f120f6" title=" " alt="" coords="683,5,771,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aead6447c3fa1762b5f27013229b1f77a" title=" " alt="" coords="686,56,767,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2dbcad7f611c518cd3359dd294ef263a" title=" " alt="" coords="690,791,763,817"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,765,428,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,765,205,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85" title=" " alt="" coords="515,107,596,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c" title=" " alt="" coords="519,157,591,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c" title=" " alt="" coords="520,208,591,235"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5" title=" " alt="" coords="503,259,607,285"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd" title=" " alt="" coords="509,309,602,336"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a" title=" " alt="" coords="503,360,608,387"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8" title=" " alt="" coords="508,411,603,437"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,461,613,488"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,512,635,539"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,563,575,589"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3" title=" " alt="" coords="529,613,582,640"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2" title=" " alt="" coords="508,664,603,691"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4" title=" " alt="" coords="511,715,599,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9" title=" " alt="" coords="498,765,613,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f" title=" " alt="" coords="503,816,607,843"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7" title=" " alt="" coords="520,867,591,893"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd" title=" " alt="" coords="480,917,631,944"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365" title=" " alt="" coords="506,968,605,995"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6" title=" " alt="" coords="512,1019,599,1045"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030" title=" " alt="" coords="489,1069,621,1096"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="501,1120,610,1147"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="533,1171,578,1197"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63" title=" " alt="" coords="520,1221,591,1248"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="509,1272,601,1299"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="513,1323,598,1349"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961" title=" " alt="" coords="498,1373,613,1400"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa" title=" " alt="" coords="505,1424,605,1451"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b" title=" " alt="" coords="517,1475,594,1501"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71" title=" " alt="" coords="482,1525,629,1552"/>
</map>
</div>

</div>
</div>
<a id="aead6447c3fa1762b5f27013229b1f77a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aead6447c3fa1762b5f27013229b1f77a">&#9670;&nbsp;</a></span>terminate()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void terminate </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aed6e688364e4ff83067f57e436356a54">ANTLR3_DEBUG_EVENT_LISTENER_struct::socket</a>, and <a class="el" href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b">sockSend()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a">antlr3DebugListenerNew()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_cgraph" id="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_cgraph">
<area shape="rect"  title=" " alt="" coords="5,5,87,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="135,5,215,32"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_icgraph" id="antlr3debughandlers_8c_aead6447c3fa1762b5f27013229b1f77a_icgraph">
<area shape="rect"  title=" " alt="" coords="476,5,557,32"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,5,428,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,5,205,32"/>
</map>
</div>

</div>
</div>
<a id="a2dbcad7f611c518cd3359dd294ef263a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2dbcad7f611c518cd3359dd294ef263a">&#9670;&nbsp;</a></span>transmit()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void transmit </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group___a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r.html#gab226a624395fcc0b8fe2b29ae60b6116">pANTLR3_DEBUG_EVENT_LISTENER</a>&#160;</td>
          <td class="paramname"><em>delboy</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>ptr</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p class="reference">References <a class="el" href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52">ack()</a>, <a class="el" href="struct_a_n_t_l_r3___d_e_b_u_g___e_v_e_n_t___l_i_s_t_e_n_e_r__struct.html#aed6e688364e4ff83067f57e436356a54">ANTLR3_DEBUG_EVENT_LISTENER_struct::socket</a>, and <a class="el" href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b">sockSend()</a>.</p>

<p class="reference">Referenced by <a class="el" href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b">addChild()</a>, <a class="el" href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa">becomeRoot()</a>, <a class="el" href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9">beginBacktrack()</a>, <a class="el" href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365">beginResync()</a>, <a class="el" href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a">consumeHiddenToken()</a>, <a class="el" href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027">consumeNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37">consumeToken()</a>, <a class="el" href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d">createNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961">createNodeTok()</a>, <a class="el" href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f">endBacktrack()</a>, <a class="el" href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6">endResync()</a>, <a class="el" href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c">enterAlt()</a>, <a class="el" href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a">enterDecision()</a>, <a class="el" href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85">enterRule()</a>, <a class="el" href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5">enterSubRule()</a>, <a class="el" href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857">errorNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8">exitDecision()</a>, <a class="el" href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c">exitRule()</a>, <a class="el" href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd">exitSubRule()</a>, <a class="el" href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7">location()</a>, <a class="el" href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a">LT()</a>, <a class="el" href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4">LTT()</a>, <a class="el" href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3">mark()</a>, <a class="el" href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63">nilNode()</a>, <a class="el" href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd">recognitionException()</a>, <a class="el" href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4">rewindLast()</a>, <a class="el" href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2">rewindMark()</a>, <a class="el" href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030">semanticPredicate()</a>, and <a class="el" href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71">setTokenBoundaries()</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_cgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_cgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_cgraph" id="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_cgraph">
<area shape="rect"  title=" " alt="" coords="5,31,79,57"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a4126f5b39dad904614e6a2f126e90c52" title=" " alt="" coords="145,5,188,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#acb222bcf138494b18754041f5a7abb5b" title=" " alt="" coords="127,56,207,83"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_icgraph.png" border="0" usemap="#antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_icgraph" alt=""/></div>
<map name="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_icgraph" id="antlr3debughandlers_8c_a2dbcad7f611c518cd3359dd294ef263a_icgraph">
<area shape="rect"  title=" " alt="" coords="683,715,756,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a883e54f06937ea736e7d864a5d04695b" title=" " alt="" coords="517,5,594,32"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a123bc7f808b141ba9892f2ab9416bcfa" title=" " alt="" coords="505,56,605,83"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab81588fad36591e324fa0f2e08b372f9" title=" " alt="" coords="498,107,613,133"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a65b464898c6b7c8359afc0407b6da365" title=" " alt="" coords="506,157,605,184"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a580621a4e593d986a47515333cb16c0a" title=" " alt="" coords="476,208,635,235"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a7d7160911e2531bd273c9efa7213c027" title=" " alt="" coords="501,259,610,285"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac502d5d9111ee5bcdf279e0769477c37" title=" " alt="" coords="498,309,613,336"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3891551e6c2c9f2a504f00295305277d" title=" " alt="" coords="509,360,601,387"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a23c40cb2339e2dc3d1f6481b16dbc961" title=" " alt="" coords="498,411,613,437"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a34df78662d9e707019808ecb86dd7c9f" title=" " alt="" coords="503,461,607,488"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9f00bb957d8f24439e3fa5a80526d1b6" title=" " alt="" coords="512,512,599,539"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a6e49197d7b64f1b1f1be33f7844a3c5c" title=" " alt="" coords="519,563,591,589"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c0cfeb0a2309dca19d88dd5fbe1312a" title=" " alt="" coords="503,613,608,640"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a2c873b812261905eca65fa9dde9a2d85" title=" " alt="" coords="515,664,596,691"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1ab044c45bfdf65657d3aae34e5b06b5" title=" " alt="" coords="503,715,607,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aea2ed3936c51774e21f6685f827d0857" title=" " alt="" coords="513,765,598,792"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1db829a0e98b987c2cec67ef0f5911c8" title=" " alt="" coords="508,816,603,843"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a9ef770213a042fb04c8b14d02837147c" title=" " alt="" coords="520,867,591,893"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a07d5c5c0dfcdb4692f15d37030531cfd" title=" " alt="" coords="509,917,602,944"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a67cda4a6129b784edf615e7ec8b484e7" title=" " alt="" coords="520,968,591,995"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a1e00f0d3b36741069d450192175ba89a" title=" " alt="" coords="536,1019,575,1045"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a88cf5bf33f7911d6bdfbbf25602c34c4" title=" " alt="" coords="533,1069,578,1096"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ab9f3c8693d99c389d0bca4f659a682c3" title=" " alt="" coords="529,1120,582,1147"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a3afad2a7ce01f2e3c532a944ff743e63" title=" " alt="" coords="520,1171,591,1197"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#aecad476d555d35eb33437a5760e2ffbd" title=" " alt="" coords="480,1221,631,1248"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a12dff64c5e90adad4a97b5588d9955c4" title=" " alt="" coords="511,1272,599,1299"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a60733798a2447c37e16d86466a4aa6c2" title=" " alt="" coords="508,1323,603,1349"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#ac3a48c7d3bd09ed3a8aed8e2e3c6d030" title=" " alt="" coords="489,1373,621,1400"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a0e5cc7ce0cdae5f053d54b96fc81fb71" title=" " alt="" coords="482,1424,629,1451"/>
<area shape="rect"  href="antlr3defs_8h.html#a5d023697cc6fae0f33a329b9a787303a" title="Create and initialize a new debug event listener that can be connected to by ANTLRWorks and any other..." alt="" coords="253,715,428,741"/>
<area shape="rect"  href="antlr3debughandlers_8c.html#a15dd87baf368c6b3bfbafba79f2fa120" title=" " alt="" coords="5,715,205,741"/>
</map>
</div>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="antlr3debughandlers_8c.html">antlr3debughandlers.c</a></li>
    <li class="footer">Generated on Fri May 3 2019 05:59:11 for ANTLR3C by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>