Type Alias ruby_prism_sys::pm_multi_target_node_t
source · pub type pm_multi_target_node_t = pm_multi_target_node;Expand description
MultiTargetNode
Type: PM_MULTI_TARGET_NODE
@extends pm_node_t
Aliased Type§
struct pm_multi_target_node_t {
pub base: pm_node,
pub lefts: pm_node_list,
pub rest: *mut pm_node,
pub rights: pm_node_list,
pub lparen_loc: pm_location_t,
pub rparen_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
lefts: pm_node_listMultiTargetNode#lefts
rest: *mut pm_nodeMultiTargetNode#rest
rights: pm_node_listMultiTargetNode#rights
lparen_loc: pm_location_tMultiTargetNode#lparen_loc
rparen_loc: pm_location_tMultiTargetNode#rparen_loc