#include <expressn.h>

Public Attributes | |
| unsigned short | type |
| void * | value |
| struct expr * | argList |
| struct expr * | nextArg |
Definition at line 40 of file expressn.h.
| unsigned short expr::type |
Definition at line 42 of file expressn.h.
| void* expr::value |
Definition at line 43 of file expressn.h.
struct expr* expr::argList [read] |
Definition at line 44 of file expressn.h.
struct expr* expr::nextArg [read] |
Definition at line 45 of file expressn.h.
1.5.6