![]() |
Astaroth
2.2
|
#include <ast.h>
Collaboration diagram for astnode_s:Data Fields | |
| int | id |
| struct astnode_s * | parent |
| struct astnode_s * | lhs |
| struct astnode_s * | rhs |
| NodeType | type |
| char * | buffer |
| int | token |
| int | prefix |
| int | infix |
| int | postfix |
| char* astnode_s::buffer |
| int astnode_s::id |
| int astnode_s::infix |
| struct astnode_s* astnode_s::lhs |
| struct astnode_s* astnode_s::parent |
| int astnode_s::postfix |
| int astnode_s::prefix |
| struct astnode_s* astnode_s::rhs |
| int astnode_s::token |
| NodeType astnode_s::type |