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

node_const Class Reference

#include <trees.h>

Inheritance diagram for node_const:

Inheritance graph
[legend]
Collaboration diagram for node_const:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 node_const ()
uint get_kind (void)
void set_const (pConst c)
const pConst get_const (void)

Private Attributes

pConst con

Constructor & Destructor Documentation

node_const::node_const  )  [inline]
 

Definition at line 203 of file trees.h.

00203 : node {}


Member Function Documentation

const pConst node_const::get_const void   )  [inline, virtual]
 

Reimplemented from node.

Definition at line 210 of file trees.h.

References con.

00211     {
00212         return con;
00213     }

uint node_const::get_kind void   )  [inline, virtual]
 

Reimplemented from node.

Definition at line 204 of file trees.h.

References nd_const, and uint.

00204 { return nd_const; }

void node_const::set_const pConst  c  )  [inline, virtual]
 

Reimplemented from node.

Definition at line 206 of file trees.h.

References con.

00207     {
00208         con = c;
00209     }


Member Data Documentation

pConst node_const::con [private]
 

Definition at line 201 of file trees.h.

Referenced by get_const(), and set_const().


The documentation for this class was generated from the following file:
Generated on Wed Mar 31 21:16:08 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3