GnuCOBOL  2.0
A free COBOL compiler
literal_list Struct Reference
Collaboration diagram for literal_list:

Data Fields

struct literal_listnext
 
struct cb_literalliteral
 
cb_tree x
 
int id
 

Detailed Description

Definition at line 93 of file codegen.c.

Field Documentation

int literal_list::id

Definition at line 97 of file codegen.c.

Referenced by codegen(), and lookup_literal().

struct cb_literal* literal_list::literal

Definition at line 95 of file codegen.c.

Referenced by lookup_literal().

struct literal_list* literal_list::next

Definition at line 94 of file codegen.c.

Referenced by codegen(), literal_list_reverse(), and lookup_literal().

cb_tree literal_list::x

Definition at line 96 of file codegen.c.

Referenced by codegen(), and lookup_literal().


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