Type Alias ruby_prism_sys::pm_in_node_t

source ·
pub type pm_in_node_t = pm_in_node;
Expand description

InNode

Type: PM_IN_NODE

@extends pm_node_t

Aliased Type§

struct pm_in_node_t {
    pub base: pm_node,
    pub pattern: *mut pm_node,
    pub statements: *mut pm_statements_node,
    pub in_loc: pm_location_t,
    pub then_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§pattern: *mut pm_node

InNode#pattern

§statements: *mut pm_statements_node

InNode#statements

§in_loc: pm_location_t

InNode#in_loc

§then_loc: pm_location_t

InNode#then_loc