Type Alias ruby_prism_sys::pm_multi_write_node_t
source · pub type pm_multi_write_node_t = pm_multi_write_node;Expand description
MultiWriteNode
Type: PM_MULTI_WRITE_NODE
@extends pm_node_t
Aliased Type§
struct pm_multi_write_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,
pub operator_loc: pm_location_t,
pub value: *mut pm_node,
}Fields§
§base: pm_nodeThe embedded base node.
lefts: pm_node_listMultiWriteNode#lefts
rest: *mut pm_nodeMultiWriteNode#rest
rights: pm_node_listMultiWriteNode#rights
lparen_loc: pm_location_tMultiWriteNode#lparen_loc
rparen_loc: pm_location_tMultiWriteNode#rparen_loc
operator_loc: pm_location_tMultiWriteNode#operator_loc
value: *mut pm_nodeMultiWriteNode#value