cctools
|
JX value representing any expression type. More...
#include <jx.h>
Data Fields | |
jx_type_t | type |
type of this value | |
unsigned | line |
line where this value was defined | |
JX value representing any expression type.
jx_type_t jx::type |
type of this value
unsigned jx::line |
line where this value was defined
int jx::boolean_value |
value of JX_BOOLEAN
jx_int_t jx::integer_value |
value of JX_INTEGER
double jx::double_value |
value of JX_DOUBLE
char* jx::string_value |
value of JX_STRING
char* jx::symbol_name |
value of JX_SYMBOL
struct jx_operator jx::oper |
value of JX_OPERATOR