pub type pm_break_node_t = pm_break_node;
Expand description

BreakNode

Type: PM_BREAK_NODE

@extends pm_node_t

Aliased Type§

struct pm_break_node_t {
    pub base: pm_node,
    pub arguments: *mut pm_arguments_node,
    pub keyword_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§arguments: *mut pm_arguments_node

BreakNode#arguments

§keyword_loc: pm_location_t

BreakNode#keyword_loc