pm_pre_execution_node_t

Type Alias pm_pre_execution_node_t 

Source
pub type pm_pre_execution_node_t = pm_pre_execution_node;
Expand description

PreExecutionNode

Represents the use of the BEGIN keyword.

 BEGIN { foo }
 ^^^^^^^^^^^^^

Type: ::PM_PRE_EXECUTION_NODE

@extends pm_node_t

Aliased Type§

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

PreExecutionNode#statements

§keyword_loc: pm_location_t

PreExecutionNode#keyword_loc

§opening_loc: pm_location_t

PreExecutionNode#opening_loc

§closing_loc: pm_location_t

PreExecutionNode#closing_loc