Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsstree.h>
Data Fields | |
WsStatementType | type |
WsUInt32 | first_line |
WsUInt32 | last_line |
union { | |
WsList * block | |
WsList * var | |
WsExpression * expr | |
struct { | |
WsExpression * expr | |
struct WsStatementRec * s_then | |
struct WsStatementRec * s_else | |
} s_if | |
struct { | |
WsList * init | |
WsExpression * e1 | |
WsExpression * e2 | |
WsExpression * e3 | |
struct WsStatementRec * stmt | |
} s_for | |
struct { | |
WsExpression * expr | |
struct WsStatementRec * stmt | |
} s_while | |
} | u |
WsList* WsStatementRec::block |
Definition at line 529 of file wsstree.h.
Referenced by ws_stmt_block(), and ws_stmt_linearize().
WsExpression* WsStatementRec::e1 |
WsExpression* WsStatementRec::e2 |
WsExpression* WsStatementRec::e3 |
WsExpression* WsStatementRec::expr |
Definition at line 531 of file wsstree.h.
Referenced by ws_stmt_expr(), ws_stmt_linearize(), and ws_stmt_return().
WsUInt32 WsStatementRec::first_line |
Definition at line 524 of file wsstree.h.
Referenced by stmt_alloc(), ws_stmt_linearize(), and yyparse().
WsUInt32 WsStatementRec::last_line |
Definition at line 525 of file wsstree.h.
Referenced by stmt_alloc(), and ws_stmt_linearize().
struct WsStatementRec* WsStatementRec::s_else |
struct { ... } WsStatementRec::s_for |
Referenced by ws_stmt_for(), and ws_stmt_linearize().
struct { ... } WsStatementRec::s_if |
Referenced by ws_stmt_if(), and ws_stmt_linearize().
struct WsStatementRec* WsStatementRec::s_then |
struct { ... } WsStatementRec::s_while |
Referenced by ws_stmt_linearize(), and ws_stmt_while().
struct WsStatementRec* WsStatementRec::stmt |
WsStatementType WsStatementRec::type |
Definition at line 523 of file wsstree.h.
Referenced by stmt_alloc(), and ws_stmt_linearize().
union { ... } WsStatementRec::u |
Referenced by ws_stmt_block(), ws_stmt_expr(), ws_stmt_for(), ws_stmt_if(), ws_stmt_linearize(), ws_stmt_return(), ws_stmt_variable(), and ws_stmt_while().
WsList* WsStatementRec::var |
Definition at line 530 of file wsstree.h.
Referenced by ws_stmt_linearize(), and ws_stmt_variable().