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


Public Member Functions | |
| node_const () | |
| uint | get_kind (void) |
| void | set_const (pConst c) |
| const pConst | get_const (void) |
Private Attributes | |
| pConst | con |
|
|
Definition at line 203 of file trees.h.
00203 : node {} |
|
|
Reimplemented from node. Definition at line 210 of file trees.h. References con.
00211 {
00212 return con;
00213 }
|
|
|
Reimplemented from node. Definition at line 204 of file trees.h. References nd_const, and uint.
00204 { return nd_const; }
|
|
|
Reimplemented from node. Definition at line 206 of file trees.h. References con.
00207 {
00208 con = c;
00209 }
|
|
|
Definition at line 201 of file trees.h. Referenced by get_const(), and set_const(). |
1.3.3