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


Public Attributes | |
| skipWhitespace | |
| mayReturnEmpty | |
| errmsg | |
| strRepr | |
Public Attributes inherited from pyparsing.ParseElementEnhance | |
| expr | |
| strRepr | |
| mayIndexError | |
| mayReturnEmpty | |
| skipWhitespace | |
| saveAsList | |
| callPreparse | |
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) |
Lookahead to disallow matching with the given parse expression. NotAny does *not* advance the parsing position within the input string, it only verifies that the specified parse expression does *not* match at the current position. Also, NotAny does *not* skip over leading whitespace. NotAny always returns a null token list. May be constructed using the '~' operator.
Definition at line 2671 of file pyparsing.py.
| def pyparsing.NotAny.__init__ | ( | self, | |
| expr | |||
| ) |
Definition at line 2677 of file pyparsing.py.
| def pyparsing.NotAny.__str__ | ( | self | ) |
| def pyparsing.NotAny.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2685 of file pyparsing.py.
| pyparsing.NotAny.errmsg |
Definition at line 2682 of file pyparsing.py.
| pyparsing.NotAny.mayReturnEmpty |
Definition at line 2681 of file pyparsing.py.
| pyparsing.NotAny.skipWhitespace |
Definition at line 2680 of file pyparsing.py.
| pyparsing.NotAny.strRepr |
Definition at line 2703 of file pyparsing.py.