Package pyfics :: Package parser :: Module ficsparser :: Class ToInteger
[hide private]

Class ToInteger

source code

               object --+            
                        |            
  pyparsing.ParserElement --+        
                            |        
pyparsing.ParseElementEnhance --+    
                                |    
         pyparsing.TokenConverter --+
                                    |
                                   ToInteger

Converter to make token into an integer.

Instance Methods [hide private]
 
postParse(self, instring, loc, tokenlist) source code

Inherited from pyparsing.TokenConverter: __init__

Inherited from pyparsing.ParseElementEnhance: __str__, checkRecursion, ignore, leaveWhitespace, parseImpl, streamline, validate

Inherited from pyparsing.ParserElement: __add__, __and__, __call__, __getattr__, __invert__, __or__, __radd__, __rand__, __repr__, __ror__, __rxor__, __xor__, addParseAction, copy, getException, parseFile, parseString, parseWithTabs, preParse, scanString, searchString, setBreak, setDebug, setDebugActions, setFailAction, setName, setParseAction, setResultsName, setWhitespaceChars, skipIgnorables, suppress, transformString, tryParse

Inherited from pyparsing.ParserElement (private): _parse, _parseCache, _parseNoCache

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Static Methods [hide private]

Inherited from pyparsing.ParserElement: enablePackrat, normalizeParseActionArgs, resetCache, setDefaultWhitespaceChars

Class Variables [hide private]

Inherited from pyparsing.ParserElement: DEFAULT_WHITE_CHARS

Inherited from pyparsing.ParserElement (private): _exprArgCache, _packratEnabled

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

postParse(self, instring, loc, tokenlist)

source code 
Overrides: pyparsing.ParserElement.postParse