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

node_sym Class Reference

#include <trees.h>

Inheritance diagram for node_sym:

Inheritance graph
[legend]
Collaboration diagram for node_sym:

Collaboration graph
[legend]
List of all members.

Public Member Functions

uint get_kind (void)
void set_sym (pSym s)
const pSym get_sym (void)

Private Attributes

pSym sy

Member Function Documentation

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

Reimplemented from node.

Definition at line 241 of file trees.h.

References nd_type, and uint.

00241 { return nd_type; }

const pSym node_sym::get_sym void   )  [inline, virtual]
 

Reimplemented from node.

Definition at line 247 of file trees.h.

References sy.

00248     {
00249         return sy;
00250     }

void node_sym::set_sym pSym  s  )  [inline, virtual]
 

Reimplemented from node.

Definition at line 243 of file trees.h.

References sy.

00244     {
00245         sy = s;
00246     }


Member Data Documentation

pSym node_sym::sy [private]
 

Definition at line 239 of file trees.h.

Referenced by get_sym(), and set_sym().


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