GnuCOBOL  2.0
A free COBOL compiler
cb_set_attr Struct Reference

#include <tree.h>

Collaboration diagram for cb_set_attr:

Data Fields

struct cb_tree_common common
 
struct cb_fieldfld
 
int val_on
 
int val_off
 

Detailed Description

Definition at line 1169 of file tree.h.

Field Documentation

struct cb_tree_common cb_set_attr::common

Definition at line 1170 of file tree.h.

struct cb_field* cb_set_attr::fld

Definition at line 1171 of file tree.h.

Referenced by cb_build_set_attribute(), and output_stmt().

int cb_set_attr::val_off

Definition at line 1173 of file tree.h.

Referenced by cb_build_set_attribute(), and output_stmt().

int cb_set_attr::val_on

Definition at line 1172 of file tree.h.

Referenced by cb_build_set_attribute(), and output_stmt().


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