GnuCOBOL  2.0
A free COBOL compiler
handler_struct Struct Reference

#include <tree.h>

Collaboration diagram for handler_struct:

Data Fields

struct cb_labelhandler_label
 
struct cb_programhandler_prog
 

Detailed Description

Definition at line 804 of file tree.h.

Field Documentation

struct cb_label* handler_struct::handler_label

Definition at line 805 of file tree.h.

Referenced by output_error_handler(), process_translate(), and yyparse().

struct cb_program* handler_struct::handler_prog

Definition at line 806 of file tree.h.

Referenced by output_error_handler(), process_translate(), and yyparse().


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