GnuCOBOL  2.0
A free COBOL compiler
cb_assign Struct Reference

#include <tree.h>

Collaboration diagram for cb_assign:

Data Fields

struct cb_tree_common common
 
cb_tree var
 
cb_tree val
 

Detailed Description

Definition at line 967 of file tree.h.

Field Documentation

struct cb_tree_common cb_assign::common

Definition at line 968 of file tree.h.

cb_tree cb_assign::val

Definition at line 970 of file tree.h.

Referenced by cb_build_assign(), and output_stmt().

cb_tree cb_assign::var

Definition at line 969 of file tree.h.

Referenced by cb_build_assign(), and output_stmt().


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