pub type pm_post_execution_node_t = pm_post_execution_node;
Expand description

PostExecutionNode

Type: PM_POST_EXECUTION_NODE

@extends pm_node_t

Aliased Type§

struct pm_post_execution_node_t {
    pub base: pm_node,
    pub statements: *mut pm_statements_node,
    pub keyword_loc: pm_location_t,
    pub opening_loc: pm_location_t,
    pub closing_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§statements: *mut pm_statements_node

PostExecutionNode#statements

§keyword_loc: pm_location_t

PostExecutionNode#keyword_loc

§opening_loc: pm_location_t

PostExecutionNode#opening_loc

§closing_loc: pm_location_t

PostExecutionNode#closing_loc