Kannel: Open Source WAP and SMS gateway  svn-r5335
YYSTYPE Union Reference

#include <wsgram.h>

Data Fields

WsUInt32 integer
 
WsFloat vfloat
 
char * identifier
 
WsUtf8Stringstring
 
WsBool boolean
 
WsListlist
 
WsFormalParmparm
 
WsVarDecvardec
 
WsPragmaMetaBodymeta_body
 
WsStatementstmt
 
WsExpressionexpr
 

Detailed Description

Definition at line 297 of file wsgram.c.

Field Documentation

◆ boolean

WsBool YYSTYPE::boolean

Definition at line 306 of file wsgram.c.

Referenced by yyparse().

◆ expr

WsExpression * YYSTYPE::expr

Definition at line 314 of file wsgram.c.

Referenced by yyparse().

◆ identifier

char * YYSTYPE::identifier

Definition at line 303 of file wsgram.c.

Referenced by ws_yy_lex().

◆ integer

WsUInt32 YYSTYPE::integer

Definition at line 301 of file wsgram.c.

Referenced by ws_yy_lex().

◆ list

WsList * YYSTYPE::list

Definition at line 307 of file wsgram.c.

Referenced by yyparse().

◆ meta_body

WsPragmaMetaBody * YYSTYPE::meta_body

Definition at line 311 of file wsgram.c.

Referenced by yyparse().

◆ parm

WsFormalParm * YYSTYPE::parm

Definition at line 308 of file wsgram.c.

◆ stmt

WsStatement * YYSTYPE::stmt

Definition at line 313 of file wsgram.c.

Referenced by yyparse().

◆ string

WsUtf8String * YYSTYPE::string

Definition at line 304 of file wsgram.c.

Referenced by ws_yy_lex().

◆ vardec

WsVarDec * YYSTYPE::vardec

Definition at line 309 of file wsgram.c.

Referenced by yyparse().

◆ vfloat

WsFloat YYSTYPE::vfloat

Definition at line 302 of file wsgram.c.

Referenced by ws_yy_lex().


The documentation for this union was generated from the following files:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.