_node Struct Reference

_node Struct Reference

#include <node.h>

Class Description

+ Examples:

Definition at line 10 of file node.h.

Public Attributes

short n_type
 
char * n_str
 
int n_lineno
 
int n_col_offset
 
int n_nchildren
 
struct _noden_child
 

Member Data Documentation

struct _node* n_child

Definition at line 16 of file node.h.

int n_col_offset

Definition at line 14 of file node.h.

int n_lineno

Definition at line 13 of file node.h.

int n_nchildren

Definition at line 15 of file node.h.

char* n_str

Definition at line 12 of file node.h.

short n_type

Definition at line 11 of file node.h.


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