Type Alias ruby_prism_sys::pm_yield_node_t
source · 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_nodeThe embedded base node.
keyword_loc: pm_location_tYieldNode#keyword_loc
lparen_loc: pm_location_tYieldNode#lparen_loc
arguments: *mut pm_arguments_nodeYieldNode#arguments
rparen_loc: pm_location_tYieldNode#rparen_loc