Home | Trees | Index | Help |
|
---|
Module pyparsing :: Class Forward |
|
object
--+ |ParserElement
--+ |ParseElementEnhance
--+ | Forward
Method Summary | |
---|---|
__init__(self,
other)
| |
__lshift__(self,
other)
| |
__str__(self)
| |
Disables the skipping of whitespace before matching the characters in the ParserElement's defined pattern. | |
streamline(self)
| |
Check defined expressions for valid structure, check for infinite recursive definitions. | |
Inherited from ParseElementEnhance :
checkRecursion ,
ignore ,
parseImpl
Inherited from ParserElement :
__add__ ,
__invert__ ,
__or__ ,
__radd__ ,
__repr__ ,
__ror__ ,
__rxor__ ,
__xor__ ,
copy ,
parse ,
parseFile ,
parseString ,
parseWithTabs ,
postParse ,
preParse ,
scanString ,
setDebug ,
setDebugActions ,
setDefaultWhitespaceChars ,
setName ,
setParseAction ,
setResultsName ,
setWhitespaceChars ,
skipIgnorables ,
suppress ,
transformString ,
tryParse
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|
Class Variable Summary | |
---|---|
Inherited from ParserElement :
DEFAULT_WHITE_CHARS
|
Instance Method Details |
---|
leaveWhitespace(self)Disables the skipping of whitespace before matching the characters in the ParserElement's defined pattern. This is normally only used internally by the pyparsing module, but may be needed in some whitespace-sensitive grammars.
|
validate(self, validateTrace=[])Check defined expressions for valid structure, check for infinite recursive definitions.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Mar 23 23:59:25 2005 | http://epydoc.sf.net |