#include <pval.h>
Data Fields | |
pval * | dad |
int | endcol |
int | endline |
char * | filename |
pval * | next |
pval * | prev |
int | startcol |
int | startline |
pvaltype | type |
union { | |
char * for_init | |
pval * list | |
pval * statements | |
char * str | |
} | u1 |
pval * | u1_last |
union { | |
pval * arglist | |
char * for_test | |
pval * goto_target | |
pval * statements | |
char * val | |
} | u2 |
union { | |
int abstract | |
ael_extension * compiled_label | |
pval * else_statements | |
pval * extend | |
char * for_inc | |
int goto_target_in_case | |
char * hints | |
pval * macro_statements | |
} | u3 |
union { | |
pval * for_statements | |
int regexten | |
} | u4 |
Definition at line 48 of file pval.h.
struct ael_extension* compiled_label |
struct pval* else_statements |
struct pval* for_statements |
struct pval* goto_target |
struct pval* macro_statements |
struct pval* statements |
struct pval* statements |
union { ... } u1 |
union { ... } u2 |
union { ... } u3 |
union { ... } u4 |