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

node_type Class Reference

#include <trees.h>

Inheritance diagram for node_type:

Inheritance graph
[legend]
Collaboration diagram for node_type:

Collaboration graph
[legend]
List of all members.

Public Member Functions

uint get_kind (void)
void set_type (pType t)
const pType get_type (void)

Private Attributes

pType ty

Member Function Documentation

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

Reimplemented from node.

Definition at line 223 of file trees.h.

References nd_type, and uint.

00223 { return nd_type; }

const pType node_type::get_type void   )  [inline, virtual]
 

Reimplemented from node.

Definition at line 229 of file trees.h.

References ty.

00230     {
00231         return ty;
00232     }

void node_type::set_type pType  t  )  [inline, virtual]
 

Reimplemented from node.

Definition at line 225 of file trees.h.

References ty.

00226     {
00227         ty = t;
00228     }


Member Data Documentation

pType node_type::ty [private]
 

Definition at line 221 of file trees.h.

Referenced by get_type(), and set_type().


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