Kestrel Interface
Loading...
Searching...
No Matches
kest_ast_node Struct Reference

#include <kest_eff_parser.h>

Collaboration diagram for kest_ast_node:

Data Fields

int type
int line
void * data
struct kest_ast_nodechild
struct kest_ast_nodenext

Detailed Description

Definition at line 10 of file kest_eff_parser.h.

Field Documentation

◆ child

struct kest_ast_node* kest_ast_node::child

Definition at line 15 of file kest_eff_parser.h.

Referenced by kest_parse_tokens().

◆ data

◆ line

int kest_ast_node::line

◆ next

struct kest_ast_node* kest_ast_node::next

Definition at line 16 of file kest_eff_parser.h.

Referenced by kest_parse_tokens().

◆ type


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