Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.pyparsing.exceptions.RecursiveGrammarException Class Reference
Inheritance diagram for pip._vendor.pyparsing.exceptions.RecursiveGrammarException:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pyparsing.exceptions.RecursiveGrammarException:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, parseElementList)
 
str __str__ (self)
 

Public Attributes

 parseElementTrace
 

Detailed Description

Exception thrown by :class:`ParserElement.validate` if the
grammar could be left-recursive; parser may need to enable
left recursion using :class:`ParserElement.enable_left_recursion<ParserElement.enable_left_recursion>`

The documentation for this class was generated from the following file: