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

Go to the source code of this file.

Classes

class  CLanguageScanner
 C-like language parser using state-based lexical scanning. More...
 

Functions

void scanFreeScanner ()
 

Function Documentation

void scanFreeScanner ( )

Definition at line 22510 of file scanner.cpp.

22511 {
22512 #if defined(YY_FLEX_SUBMINOR_VERSION)
22513  if (g_lexInit)
22514  {
22516  }
22517 #endif
22518 }
static bool g_lexInit
Definition: scanner.cpp:10956
int scannerYYlex_destroy(void)
Definition: scanner.cpp:22021