Thu Apr 28 2011 17:14:06

Asterisk developer's documentation


YYSTYPE Union Reference

#include <ast_expr2.h>

Collaboration diagram for YYSTYPE:

Data Fields

struct expr_nodearglist
int intval
struct pvalpval
char * str
struct valval

Detailed Description

Definition at line 474 of file ast_expr2.c.


Field Documentation

struct expr_node * arglist

Definition at line 481 of file ast_expr2.c.

Referenced by yyparse().

int intval

Definition at line 218 of file ael.tab.c.

Referenced by yyparse().

struct pval * pval

Definition at line 220 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

char * str

Definition at line 219 of file ael.tab.c.

Referenced by yydestruct(), and yyparse().

struct val * val

Definition at line 480 of file ast_expr2.c.

Referenced by yydestruct(), and yyparse().


The documentation for this union was generated from the following files: