Astaroth  2.2
astnode_s Struct Reference

#include <ast.h>

+ Collaboration diagram for astnode_s:

Data Fields

int id
 
struct astnode_sparent
 
struct astnode_slhs
 
struct astnode_srhs
 
NodeType type
 
char * buffer
 
int token
 
int prefix
 
int infix
 
int postfix
 

Field Documentation

◆ buffer

char* astnode_s::buffer

◆ id

int astnode_s::id

◆ infix

int astnode_s::infix

◆ lhs

struct astnode_s* astnode_s::lhs

◆ parent

struct astnode_s* astnode_s::parent

◆ postfix

int astnode_s::postfix

◆ prefix

int astnode_s::prefix

◆ rhs

struct astnode_s* astnode_s::rhs

◆ token

int astnode_s::token

◆ type

NodeType astnode_s::type

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