pm_post_execution_node_t

Type Alias pm_post_execution_node_t 

Source
pub type pm_post_execution_node_t = pm_post_execution_node;
Expand description

PostExecutionNode

Represents the use of the END keyword.

 END { foo }
 ^^^^^^^^^^^

Type: ::PM_POST_EXECUTION_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub 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