Tenncor
|
Generic statement representation. More...
#include <def.h>
Public Attributes | |
enum STMT_TYPE | type_ |
Statement type. More... | |
void * | val_ |
Generic statement representation.
void* Statement::val_ |
type_=SYMBOL_DEF: val_ is a string type_=PROPERTY_DEF: val_ is struct Property* type_=CONVERSION: val_ is struct Conversion*