Classes | Functions
pyscanner.h File Reference
#include "parserintf.h"

Go to the source code of this file.

Classes

class  PythonLanguageScanner
 Python Language parser using state-based lexical scanning. More...
 

Functions

void pyscanFreeScanner ()
 

Function Documentation

void pyscanFreeScanner ( )

Definition at line 5007 of file pyscanner.cpp.

5008 {
5009 #if defined(YY_FLEX_SUBMINOR_VERSION)
5010  if (g_lexInit)
5011  {
5013  }
5014 #endif
5015 }
int pyscannerYYlex_destroy(void)
Definition: pyscanner.cpp:4758
static bool g_lexInit
Definition: pyscanner.cpp:1482