trees.html 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>Module and Class Hierarchies</title>
  7. <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
  8. </head>
  9. <body bgcolor="white" text="black" link="blue" vlink="#204080"
  10. alink="#204080">
  11. <!-- =========== START OF NAVBAR =========== -->
  12. <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  13. <tr valign="center">
  14. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="bison-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  15. <th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
  16. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
  17. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  18. <th class="navbar" align="right" width="100%">
  19. <table border="0" cellpadding="0" cellspacing="0">
  20. <tr><th class="navbar" align="center">
  21. <p class="nomargin">
  22. PyBison&nbsp;API&nbsp;Reference
  23. </p></th></tr></table>
  24. </th>
  25. </tr>
  26. </table>
  27. <table width="100%" cellpadding="0" cellspacing="0">
  28. <tr valign="top">
  29. <td width="100%">
  30. </td>
  31. <td><table cellpadding="0" cellspacing="0">
  32. <tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/trees.html">hide&nbsp;private</a>]</font></td></tr>
  33. <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
  34. </table></td>
  35. </tr></table>
  36. <!-- =========== START OF MODULE HIERARCHY =========== -->
  37. <h2>Module Hierarchy</h2>
  38. <ul>
  39. <li> <b><a href="bison-module.html"><code>bison</code></a></b>: <i>Wrapper module for interfacing with Bison (yacc)</i>
  40. </ul>
  41. <!-- =========== START OF CLASS HIERARCHY =========== -->
  42. <h2>Class Hierarchy</h2>
  43. <ul>
  44. <li> <b><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></b>: <i>
  45. The most base type</i>
  46. <ul>
  47. <li> <b><a href="bison.BisonParser-class.html"><code>bison.BisonParser</code></a></b>: <i>
  48. Base parser class</i>
  49. <li> <b><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></b>: <i>
  50. type(object) -&gt; the object's type type(name, bases, dict) -&gt; a
  51. new type</i>
  52. </ul>
  53. <li> <b><a href="bison.BisonError-class.html"><code>bison.BisonError</code></a></b>: <i>
  54. Flags an error to yyparse()</i>
  55. <li> <b><a href="bison.BisonNode-class.html"><code>bison.BisonNode</code></a></b>: <i>
  56. Generic class for wrapping parse targets.</i>
  57. <li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
  58. Common base class for all exceptions.</i>
  59. <ul>
  60. <li> <b><a href="bison.ParserSyntaxError-class.html"><code>bison.ParserSyntaxError</code></a></b>
  61. </ul>
  62. </ul>
  63. <!-- =========== START OF NAVBAR =========== -->
  64. <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  65. <tr valign="center">
  66. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="bison-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
  67. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  68. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
  69. <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  70. <th class="navbar" align="right" width="100%">
  71. <table border="0" cellpadding="0" cellspacing="0">
  72. <tr><th class="navbar" align="center">
  73. <p class="nomargin">
  74. PyBison&nbsp;API&nbsp;Reference
  75. </p></th></tr></table>
  76. </th>
  77. </tr>
  78. </table>
  79. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  80. <tr>
  81. <td align="left"><font size="-2">Generated by Epydoc 2.0 on Sun Jun 27 12:36:56 2004</font></td>
  82. <td align="right"><a href="http://epydoc.sourceforge.net"
  83. ><font size="-2">http://epydoc.sf.net</font></a></td>
  84. </tr>
  85. </table>
  86. </body>
  87. </html>