~ubuntu-branches/ubuntu/precise/pyparsing/precise-updates

« back to all changes in this revision

Viewing changes to htmldoc/pyparsing.pyparsing.RecursiveGrammarException-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Coyner
  • Date: 2008-02-24 18:14:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080224181415-9x0hjya3ca3590z1
Tags: 1.4.11-2
Reinstate release 1.4.10-2 changes, which I inadvertently omitted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>pyparsing.pyparsing.RecursiveGrammarException</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
 
 
12
<!-- =========== START OF NAVBAR =========== -->
 
13
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
14
  <tr valign="center">
 
15
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pyparsing.pyparsing-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
16
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
17
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
18
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
19
    <th class="navbar" align="right" width="100%">
 
20
      <table border="0" cellpadding="0" cellspacing="0">
 
21
      <tr><th class="navbar" align="center">
 
22
        <p class="nomargin">
 
23
          pyparsing
 
24
      </p></th></tr></table>
 
25
    </th>
 
26
  </tr>
 
27
</table>
 
28
<table width="100%" cellpadding="0" cellspacing="0">
 
29
  <tr valign="top">
 
30
    <td width="100%">
 
31
      <font size="-1"><b class="breadcrumbs">
 
32
        Package&nbsp;pyparsing ::
 
33
        <a href="pyparsing.pyparsing-module.html">Module&nbsp;pyparsing</a> ::
 
34
        Class&nbsp;RecursiveGrammarException
 
35
      </b></font></br>
 
36
    </td>
 
37
    <td><table cellpadding="0" cellspacing="0">
 
38
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="pyparsing.pyparsing.RecursiveGrammarException-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
39
    </table></td>
 
40
</tr></table>
 
41
 
 
42
<!-- =========== START OF CLASS DESCRIPTION =========== -->
 
43
<h2 class="class">Type RecursiveGrammarException</h2>
 
44
 
 
45
<pre class="base-tree">
 
46
   <a href="__builtin__.object-class.html"><code>object</code></a> --+        
 
47
            |        
 
48
<a href="exceptions.BaseException-class.html"><code>BaseException</code></a> --+    
 
49
                |    
 
50
        <a href="exceptions.Exception-class.html"><code>Exception</code></a> --+
 
51
                    |
 
52
                   <b>RecursiveGrammarException</b>
 
53
</pre><br />
 
54
 
 
55
<hr/>
 
56
 
 
57
exception thrown by validate() if the grammar could be improperly 
 
58
recursive
 
59
<hr/>
 
60
 
 
61
 
 
62
<!-- =========== START OF METHOD SUMMARY =========== -->
 
63
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
64
<tr bgcolor="#70b0f0" class="summary">
 
65
  <th colspan="2">Method Summary</th></tr>
 
66
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
 
67
  <td><code><a name="__init__"></a><span class="summary-sig"><span class="summary-sig-name">__init__</span>(<span class=summary-sig-arg>self</span>,
 
68
          <span class=summary-sig-arg>parseElementList</span>)</span></code>
 
69
</td></tr>
 
70
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
 
71
  <td><code><a name="__str__"></a><span class="summary-sig"><span class="summary-sig-name">__str__</span>(<span class=summary-sig-arg>self</span>)</span></code>
 
72
</td></tr>
 
73
  <tr><td colspan="2">
 
74
    <b>Inherited from <a href="exceptions.Exception-class.html"><code>Exception</code></a>:</b>
 
75
      <a href="exceptions.Exception-class.html#__new__"><code>__new__</code></a>
 
76
      <br />
 
77
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
78
      <a href="exceptions.BaseException-class.html#__delattr__"><code>__delattr__</code></a>, 
 
79
      <a href="exceptions.BaseException-class.html#__getattribute__"><code>__getattribute__</code></a>, 
 
80
      <a href="exceptions.BaseException-class.html#__getitem__"><code>__getitem__</code></a>, 
 
81
      <a href="exceptions.BaseException-class.html#__getslice__"><code>__getslice__</code></a>, 
 
82
      <a href="exceptions.BaseException-class.html#__reduce__"><code>__reduce__</code></a>, 
 
83
      <a href="exceptions.BaseException-class.html#__repr__"><code>__repr__</code></a>, 
 
84
      <a href="exceptions.BaseException-class.html#__setattr__"><code>__setattr__</code></a>, 
 
85
      <a href="exceptions.BaseException-class.html#__setstate__"><code>__setstate__</code></a>
 
86
      <br />
 
87
    <b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
 
88
      <a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>, 
 
89
      <a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>
 
90
    </td></tr>
 
91
</table><br />
 
92
 
 
93
 
 
94
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
 
95
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
 
96
<tr bgcolor="#70b0f0" class="summary">
 
97
  <th colspan="2">Class Variable Summary</th></tr>
 
98
  <tr><td colspan="2">
 
99
    <b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
 
100
      <a href="exceptions.BaseException-class.html#args"><code>args</code></a>, 
 
101
      <a href="exceptions.BaseException-class.html#message"><code>message</code></a>
 
102
    </td></tr>
 
103
</table><br />
 
104
 
 
105
 
 
106
<!-- =========== START OF NAVBAR =========== -->
 
107
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
108
  <tr valign="center">
 
109
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pyparsing.pyparsing-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
 
110
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
111
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
112
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
113
    <th class="navbar" align="right" width="100%">
 
114
      <table border="0" cellpadding="0" cellspacing="0">
 
115
      <tr><th class="navbar" align="center">
 
116
        <p class="nomargin">
 
117
          pyparsing
 
118
      </p></th></tr></table>
 
119
    </th>
 
120
  </tr>
 
121
</table>
 
122
 
 
123
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
124
  <tr>
 
125
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sun Feb 10 18:01:06 2008</font></td>
 
126
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
127
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
128
  </tr>
 
129
</table>
 
130
</body>
 
131
</html>