Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
expr_node Struct Reference
Collaboration diagram for expr_node:
Collaboration graph
[legend]

Data Fields

struct expr_nodeleft
 
struct expr_noderight
 
enum node_type type
 
struct valval
 

Detailed Description

Definition at line 337 of file ast_expr2.c.

Field Documentation

◆ left

struct expr_node* left

Definition at line 341 of file ast_expr2.c.

◆ right

struct expr_node* right

Definition at line 342 of file ast_expr2.c.

Referenced by compose_func_args(), destroy_arglist(), op_func(), and yyparse().

◆ type

enum node_type type

Definition at line 339 of file ast_expr2.c.

Referenced by alloc_expr_node(), and Property::load().

◆ val

struct val* val

Definition at line 340 of file ast_expr2.c.

Referenced by compose_func_args(), destroy_arglist(), op_func(), and yyparse().


The documentation for this struct was generated from the following file: