Rizin
unix-like reverse engineering framework and cli tools
mpc_ast_t Struct Reference

#include <mpc.h>

Public Attributes

char * tag
 
char * contents
 
mpc_state_t state
 
int children_num
 
struct mpc_ast_t ** children
 

Detailed Description

Definition at line 284 of file mpc.h.

Member Data Documentation

◆ children

struct mpc_ast_t** mpc_ast_t::children

◆ children_num

int mpc_ast_t::children_num

◆ contents

char* mpc_ast_t::contents

Definition at line 286 of file mpc.h.

Referenced by main(), and processNode().

◆ state

mpc_state_t mpc_ast_t::state

Definition at line 287 of file mpc.h.

◆ tag


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