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

#include <tree.h>

Collaboration diagram for cb_if:

Data Fields

struct cb_tree_common common
 
cb_tree test
 
cb_tree stmt1
 
cb_tree stmt2
 
unsigned int is_if
 

Field Documentation

struct cb_tree_common cb_if::common
unsigned int cb_if::is_if

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::stmt1

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::stmt2

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::test

Referenced by cb_build_if(), and output_stmt().


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