Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

vlltype Struct Reference

#include <parser_misc.h>


Detailed Description

The vlltype supports the passing of detailed source file location information between the lexical analyzer and the parser. Defining YYLTYPE compels the lexor to use this type and not something other.


Data Fields

unsigned int first_line
unsigned int first_column
unsigned int last_line
unsigned int last_column
char * text
unsigned int ppline


Field Documentation

unsigned int vlltype::first_column
 

unsigned int vlltype::first_line
 

unsigned int vlltype::last_column
 

unsigned int vlltype::last_line
 

unsigned int vlltype::ppline
 

char* vlltype::text
 


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4