GnuCOBOL  2.0
A free COBOL compiler
cb_perform_varying Struct Reference

#include <tree.h>

Collaboration diagram for cb_perform_varying:

Data Fields

struct cb_tree_common common
 
cb_tree name
 
cb_tree from
 
cb_tree step
 
cb_tree until
 

Detailed Description

Definition at line 1097 of file tree.h.

Field Documentation

struct cb_tree_common cb_perform_varying::common

Definition at line 1098 of file tree.h.

cb_tree cb_perform_varying::from

Definition at line 1100 of file tree.h.

Referenced by cb_build_perform_varying(), and output_perform().

cb_tree cb_perform_varying::name

Definition at line 1099 of file tree.h.

Referenced by cb_build_perform_varying(), and output_perform().

cb_tree cb_perform_varying::step

Definition at line 1101 of file tree.h.

Referenced by cb_build_perform_varying(), and output_perform_until().

cb_tree cb_perform_varying::until

Definition at line 1102 of file tree.h.

Referenced by cb_build_perform_varying(), and output_perform_until().


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