#include <trees.h>
Inheritance diagram for node_type:


Public Member Functions | |
| uint | get_kind (void) |
| void | set_type (pType t) |
| const pType | get_type (void) |
Private Attributes | |
| pType | ty |
|
|
Reimplemented from node. Definition at line 223 of file trees.h.
00223 { return nd_type; }
|
|
|
Reimplemented from node. Definition at line 229 of file trees.h. References ty.
00230 {
00231 return ty;
00232 }
|
|
|
Reimplemented from node. Definition at line 225 of file trees.h. References ty.
00226 {
00227 ty = t;
00228 }
|
|
|
Definition at line 221 of file trees.h. Referenced by get_type(), and set_type(). |
1.3.3