jx Struct Reference

#include <jx.h>


Detailed Description

JX value representing any expression type.


Data Fields

jx_type_t type
 type of this value
int boolean_value
 value of JX_BOOLEAN
jx_int_t integer_value
 value of JX_INTEGER
double double_value
 value of JX_DOUBLE
char * string_value
 value of JX_STRING
char * symbol_name
 value of JX_SYMBOL
jx_itemitems
 value of JX_ARRAY
jx_pairpairs
 value of JX_OBJECT


Field Documentation

jx_type_t jx::type

type of this value

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_item* jx::items

value of JX_ARRAY

struct jx_pair* jx::pairs

value of JX_OBJECT


The documentation for this struct was generated from the following file:
Generated on 14 Dec 2016 for cctools by  doxygen 1.4.7