|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |


Public Member Functions | |
| def | __init__ |
| def | parseImpl |
Public Member Functions inherited from pyparsing.Token | |
| def | __init__ |
| def | setName |
Public Member Functions inherited from pyparsing.ParserElement | |
| def | setDefaultWhitespaceChars |
| def | __init__ |
| def | copy |
| def | setName |
| def | setResultsName |
| def | setBreak |
| def | setParseAction |
| def | addParseAction |
| def | setFailAction |
| def | preParse |
| def | parseImpl |
| def | postParse |
| def | tryParse |
| def | resetCache |
| def | enablePackrat |
| def | parseString |
| def | scanString |
| def | transformString |
| def | searchString |
| def | __add__ |
| def | __radd__ |
| def | __sub__ |
| def | __rsub__ |
| def | __mul__ |
| def | __rmul__ |
| def | __or__ |
| def | __ror__ |
| def | __xor__ |
| def | __rxor__ |
| def | __and__ |
| def | __rand__ |
| def | __invert__ |
| def | __call__ |
| def | suppress |
| def | leaveWhitespace |
| def | setWhitespaceChars |
| def | parseWithTabs |
| def | ignore |
| def | setDebugActions |
| def | setDebug |
| def | __str__ |
| def | __repr__ |
| def | streamline |
| def | checkRecursion |
| def | validate |
| def | parseFile |
| def | getException |
| def | __getattr__ |
| def | __eq__ |
| def | __ne__ |
| def | __hash__ |
| def | __req__ |
| def | __rne__ |
Public Attributes | |
| matchWhite | |
| name | |
| mayReturnEmpty | |
| errmsg | |
| minLen | |
| maxLen | |
Public Attributes inherited from pyparsing.Token | |
| errmsg | |
Public Attributes inherited from pyparsing.ParserElement | |
| parseAction | |
| failAction | |
| strRepr | |
| resultsName | |
| saveAsList | |
| skipWhitespace | |
| whiteChars | |
| copyDefaultWhiteChars | |
| mayReturnEmpty | |
| keepTabs | |
| ignoreExprs | |
| debug | |
| streamlined | |
| mayIndexError | |
| errmsg | |
| modalResults | |
| debugActions | |
| re | |
| callPreparse | |
| callDuringTry | |
| name | |
| myException | |
Static Public Attributes | |
| dictionary | whiteStrs |
Special matching class for matching whitespace. Normally, whitespace is ignored by pyparsing grammars. This class is included when some whitespace structures are significant. Define with a string containing the whitespace characters to be matched; default is " \\t\\r\\n". Also takes optional min, max, and exact arguments, as defined for the Word class.
Definition at line 1986 of file pyparsing.py.
| def pyparsing.White.__init__ | ( | self, | |
ws = " \t\r\n", |
|||
min = 1, |
|||
max = 0, |
|||
exact = 0 |
|||
| ) |
Definition at line 1999 of file pyparsing.py.
| def pyparsing.White.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2020 of file pyparsing.py.
| pyparsing.White.errmsg |
Definition at line 2006 of file pyparsing.py.
| pyparsing.White.matchWhite |
Definition at line 2001 of file pyparsing.py.
| pyparsing.White.maxLen |
Definition at line 2012 of file pyparsing.py.
| pyparsing.White.mayReturnEmpty |
Definition at line 2005 of file pyparsing.py.
| pyparsing.White.minLen |
Definition at line 2009 of file pyparsing.py.
| pyparsing.White.name |
Definition at line 2004 of file pyparsing.py.
|
static |
Definition at line 1992 of file pyparsing.py.