GnuCOBOL  2.0
A free COBOL compiler
cb_debug Struct Reference

#include <tree.h>

Collaboration diagram for cb_debug:

Data Fields

struct cb_tree_common common
 
cb_tree target
 
const char * value
 
cb_tree fld
 
size_t size
 

Detailed Description

Definition at line 493 of file tree.h.

Field Documentation

struct cb_tree_common cb_debug::common

Definition at line 494 of file tree.h.

cb_tree cb_debug::fld

Definition at line 497 of file tree.h.

Referenced by cb_build_debug().

size_t cb_debug::size

Definition at line 498 of file tree.h.

Referenced by cb_build_debug().

cb_tree cb_debug::target

Definition at line 495 of file tree.h.

Referenced by cb_build_debug().

const char* cb_debug::value

Definition at line 496 of file tree.h.

Referenced by cb_build_debug().


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