GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | test |
cb_tree | stmt1 |
cb_tree | stmt2 |
unsigned int | is_if |
struct cb_tree_common cb_if::common |
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().