GnuCOBOL  2.0
A free COBOL compiler
cb_integer Struct Reference

#include <tree.h>

Collaboration diagram for cb_integer:

Data Fields

struct cb_tree_common common
 
int val
 
unsigned int hexval
 

Detailed Description

Definition at line 516 of file tree.h.

Field Documentation

struct cb_tree_common cb_integer::common

Definition at line 517 of file tree.h.

Referenced by cb_int().

unsigned int cb_integer::hexval

Definition at line 519 of file tree.h.

int cb_integer::val

Definition at line 518 of file tree.h.

Referenced by cb_int().


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