|
|
#include <node.h>
Data Fields | |
int | opcode |
_Node * | next |
union { | |
string string_constant | |
struct { | |
_Node * first | |
_Node * second | |
} nodes | |
} | d |
|
Referenced by node_create_binary(), node_create_string_constant(), and node_create_unary(). |
|
Definition at line 89 of file node.h. Referenced by node_create_binary(), and node_create_unary(). |
|
Definition at line 85 of file node.h. Referenced by reverse_list_of_nodes(), and yyparse(). |
|
Referenced by node_create_binary(), and node_create_unary(). |
|
|
|
Definition at line 90 of file node.h. Referenced by node_create_binary(). |
|
Definition at line 87 of file node.h. Referenced by node_create_string_constant(). |
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |