GnuCOBOL  2.0
A free COBOL compiler
cb_goto Struct Reference

#include <tree.h>

Collaboration diagram for cb_goto:

Data Fields

struct cb_tree_common common
 
cb_tree target
 
cb_tree depending
 

Detailed Description

Definition at line 1073 of file tree.h.

Field Documentation

struct cb_tree_common cb_goto::common

Definition at line 1074 of file tree.h.

cb_tree cb_goto::depending

Definition at line 1076 of file tree.h.

Referenced by cb_build_goto(), and output_goto().

cb_tree cb_goto::target

Definition at line 1075 of file tree.h.

Referenced by cb_build_goto(), and output_goto().


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