#include <parse_constant.h>
Public Attributes | |
Const_Type | theTag |
union { | |
REAL_VALUE theFloat | |
int theInt | |
char * theString | |
} | theValue |
Definition at line 32 of file parse_constant.h.
Definition at line 38 of file parse_constant.h.
int cNode::theInt |
Definition at line 36 of file parse_constant.h.
char* cNode::theString |
Definition at line 37 of file parse_constant.h.
Definition at line 34 of file parse_constant.h.
union { ... } cNode::theValue |