GnuCOBOL  2.0
A free COBOL compiler
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
 

Detailed Description

Definition at line 1084 of file tree.h.

Field Documentation

struct cb_tree_common cb_if::common

Definition at line 1085 of file tree.h.

unsigned int cb_if::is_if

Definition at line 1089 of file tree.h.

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::stmt1

Definition at line 1087 of file tree.h.

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::stmt2

Definition at line 1088 of file tree.h.

Referenced by cb_build_if(), and output_stmt().

cb_tree cb_if::test

Definition at line 1086 of file tree.h.

Referenced by cb_build_if(), and output_stmt().


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