GnuCOBOL  2.0
A free COBOL compiler
cb_call Struct Reference

#include <tree.h>

Collaboration diagram for cb_call:

Data Fields

struct cb_tree_common common
 
cb_tree name
 
cb_tree args
 
cb_tree stmt1
 
cb_tree stmt2
 
cb_tree call_returning
 
cob_u32_t is_system
 
int convention
 

Detailed Description

Definition at line 1036 of file tree.h.

Field Documentation

cb_tree cb_call::args

Definition at line 1039 of file tree.h.

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::call_returning

Definition at line 1042 of file tree.h.

Referenced by cb_build_call(), and output_call().

struct cb_tree_common cb_call::common

Definition at line 1037 of file tree.h.

int cb_call::convention

Definition at line 1044 of file tree.h.

Referenced by cb_build_call(), and output_call().

cob_u32_t cb_call::is_system

Definition at line 1043 of file tree.h.

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::name

Definition at line 1038 of file tree.h.

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::stmt1

Definition at line 1040 of file tree.h.

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::stmt2

Definition at line 1041 of file tree.h.

Referenced by cb_build_call(), and output_call().


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