|
Gaudi Framework, version v23r8 |
| Home | Generated: Fri May 31 2013 |


Public Attributes | |
| mayReturnEmpty | |
| strRepr | |
Public Attributes inherited from pyparsing.ParseExpression | |
| exprs | |
| callPreparse | |
| strRepr | |
| skipWhitespace | |
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 | |
Additional Inherited Members | |
Static Public Attributes inherited from pyparsing.ParserElement | |
| string | DEFAULT_WHITE_CHARS " \n\t\r" |
| tuple | setDefaultWhitespaceChars staticmethod(setDefaultWhitespaceChars) |
| tuple | resetCache staticmethod(resetCache) |
| tuple | enablePackrat staticmethod(enablePackrat) |
Requires that at least one ParseExpression is found. If two expressions match, the first one listed is the one that will match. May be constructed using the '|' operator.
Definition at line 2440 of file pyparsing.py.
| def pyparsing.MatchFirst.__init__ | ( | self, | |
| exprs, | |||
savelist = False |
|||
| ) |
Definition at line 2445 of file pyparsing.py.
| def pyparsing.MatchFirst.__ior__ | ( | self, | |
| other | |||
| ) |
| def pyparsing.MatchFirst.__str__ | ( | self | ) |
| def pyparsing.MatchFirst.checkRecursion | ( | self, | |
| parseElementList | |||
| ) |
Definition at line 2493 of file pyparsing.py.
| def pyparsing.MatchFirst.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2456 of file pyparsing.py.
| pyparsing.MatchFirst.mayReturnEmpty |
Definition at line 2448 of file pyparsing.py.
| pyparsing.MatchFirst.strRepr |
Definition at line 2489 of file pyparsing.py.