Public Types | |
enum | { VALUE_TYPE_INTEGER, VALUE_TYPE_STRING } |
Data Fields | |
enum _value:: { ... } | type |
union { | |
const char * s | |
int i | |
} | data |
Definition at line 33 of file expression.c.
|
Definition at line 34 of file expression.c. |
|
Referenced by doAddSubtract(), doLogical(), doMultiplyDivide(), doPrimary(), doRelational(), parseExpressionBoolean(), parseExpressionString(), valueFree(), valueMakeInteger(), and valueMakeString(). |
|
Definition at line 37 of file expression.c. |
|
Definition at line 36 of file expression.c. |
|
Referenced by parseExpressionBoolean(), parseExpressionString(), valueFree(), valueMakeInteger(), and valueMakeString(). |