pub type pm_yield_node_t = pm_yield_node;
Expand description

YieldNode

Type: PM_YIELD_NODE

@extends pm_node_t

Aliased Type§

struct pm_yield_node_t {
    pub base: pm_node,
    pub keyword_loc: pm_location_t,
    pub lparen_loc: pm_location_t,
    pub arguments: *mut pm_arguments_node,
    pub rparen_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§keyword_loc: pm_location_t

YieldNode#keyword_loc

§lparen_loc: pm_location_t

YieldNode#lparen_loc

§arguments: *mut pm_arguments_node

YieldNode#arguments

§rparen_loc: pm_location_t

YieldNode#rparen_loc