![]() |
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 |
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().