GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cb_perform Struct Reference

#include <tree.h>

Collaboration diagram for cb_perform:

Data Fields

struct cb_tree_common common
 
cb_tree test
 
cb_tree body
 
cb_tree data
 
cb_tree varying
 
cb_tree exit_label
 
cb_tree cycle_label
 
enum cb_perform_type perform_type
 

Field Documentation

cb_tree cb_perform::body

Referenced by output_perform_once().

struct cb_tree_common cb_perform::common
cb_tree cb_perform::cycle_label

Referenced by output_perform_once().

cb_tree cb_perform::data

Referenced by output_perform().

cb_tree cb_perform::exit_label

Referenced by output_perform().

enum cb_perform_type cb_perform::perform_type

Referenced by cb_build_perform(), and output_perform().

cb_tree cb_perform::test

Referenced by output_perform_until().

cb_tree cb_perform::varying

Referenced by output_perform().


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