GnuCOBOL  2.0
A free COBOL compiler
nested_list Struct Reference

#include <tree.h>

Collaboration diagram for nested_list:

Data Fields

struct nested_listnext
 
struct cb_programnested_prog
 

Detailed Description

Definition at line 1233 of file tree.h.

Field Documentation

struct cb_program* nested_list::nested_prog

Definition at line 1235 of file tree.h.

Referenced by add_contained_prog(), codegen(), output_call(), output_cancel(), and process_translate().

struct nested_list* nested_list::next

Definition at line 1234 of file tree.h.

Referenced by add_contained_prog(), codegen(), output_call(), output_cancel(), and process_translate().


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