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

case_stmt_s Struct Reference

#include <defines.h>


Detailed Description

Binds an expression to a statement. This is used when constructing a case structure.


Data Fields

expressionexpr
statementstmt
unsigned int line
unsigned int ppline
case_statementprev


Field Documentation

expression* case_stmt_s::expr
 

Pointer to case equality expression

unsigned int case_stmt_s::line
 

Line number of case statement

unsigned int case_stmt_s::ppline
 

Preprocessor line

case_statement* case_stmt_s::prev
 

Pointer to previous case statement in list

statement* case_stmt_s::stmt
 

Pointer to first statement in case statement


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