Tenncor
Public Attributes | List of all members
Statement Struct Reference

Generic statement representation. More...

#include <def.h>

Public Attributes

enum STMT_TYPE type_
 Statement type. More...
 
void * val_
 

Detailed Description

Generic statement representation.

Member Data Documentation

◆ type_

enum STMT_TYPE Statement::type_

Statement type.

◆ val_

void* Statement::val_

type_=SYMBOL_DEF: val_ is a string type_=PROPERTY_DEF: val_ is struct Property* type_=CONVERSION: val_ is struct Conversion*


The documentation for this struct was generated from the following file: