Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

trees.h File Reference

This file contains the class definitions for the VHDL intermediate trees. More...

Go to the source code of this file.

Compounds

class  node
 Base class for the node type, which is the building block for the IR trees. More...

class  node_const
class  node_sym
class  node_type

Enumerations

enum  { nd_bad_node, nd_const, nd_type, nd_sym }


Detailed Description

This file contains the class definitions for the VHDL intermediate trees.

Definition in file trees.h.


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
nd_bad_node 
nd_const 
nd_type 
nd_sym 

Definition at line 27 of file trees.h.

00027      { nd_bad_node,
00028        nd_const,
00029        nd_type,
00030        nd_sym
00031      };


Generated on Wed Mar 31 21:16:03 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3