pub type pm_when_node_t = pm_when_node;
Expand description

WhenNode

Type: PM_WHEN_NODE

@extends pm_node_t

Aliased Type§

struct pm_when_node_t {
    pub base: pm_node,
    pub keyword_loc: pm_location_t,
    pub conditions: pm_node_list,
    pub statements: *mut pm_statements_node,
}

Fields§

§base: pm_node

The embedded base node.

§keyword_loc: pm_location_t

WhenNode#keyword_loc

§conditions: pm_node_list

WhenNode#conditions

§statements: *mut pm_statements_node

WhenNode#statements