Home | Trees | Indices | Help |
|
---|
|
Abstract subclass of ParserElement, for combining and post-processing parsed tokens.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Extends leaveWhitespace defined in base class, and also invokes leaveWhitespace on all contained expressions.
|
Define expression to be ignored (e.g., comments) while doing pattern matching; may be called repeatedly, to define multiple comment or other ignorable patterns.
|
str(x)
|
|
Define name for referencing matching tokens as a nested attribute of the returned parse results. NOTE: this returns a *copy* of the original ParseElement object; this is so that the client can define a basic element, such as an integer, and reference it in multiple places with different names.
|
Check defined expressions for valid structure, check for infinite recursive definitions.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 1 18:44:54 2012 | http://epydoc.sourceforge.net |