CWB
|
The ActualParamList object: used to build a linked list of parameters, each one of which is a Constrainttree. More...
#include <eval.h>
Data Fields | |
Constrainttree | param |
struct _ActualParamList * | next |
The ActualParamList object: used to build a linked list of parameters, each one of which is a Constrainttree.
struct _ActualParamList* next |
Referenced by free_booltree(), FunctionCall(), get_leaf_value(), and print_booltree().
Constrainttree param |
Referenced by call_predefined_function(), free_booltree(), get_leaf_value(), and print_booltree().