GnuCOBOL  2.0
A free COBOL compiler
cobc_reserved Struct Reference

#include <tree.h>

Data Fields

const char * name
 
unsigned short nodegen
 
unsigned short context_sens
 
int token
 
unsigned int context_set
 
unsigned int context_test
 

Detailed Description

Definition at line 417 of file tree.h.

Field Documentation

unsigned short cobc_reserved::context_sens
unsigned int cobc_reserved::context_set

Definition at line 422 of file tree.h.

Referenced by create_dummy_reserved(), and lookup_reserved_word().

unsigned int cobc_reserved::context_test

Definition at line 423 of file tree.h.

Referenced by create_dummy_reserved(), and lookup_reserved_word().

const char* cobc_reserved::name

Definition at line 418 of file tree.h.

Referenced by create_dummy_reserved().

unsigned short cobc_reserved::nodegen

Definition at line 419 of file tree.h.

Referenced by create_dummy_reserved(), and yylex().

int cobc_reserved::token

The documentation for this struct was generated from the following file: