Type Alias ruby_prism_sys::pm_constant_write_node_t
source · pub type pm_constant_write_node_t = pm_constant_write_node;Expand description
ConstantWriteNode
Type: PM_CONSTANT_WRITE_NODE
@extends pm_node_t
Aliased Type§
struct pm_constant_write_node_t {
pub base: pm_node,
pub name: u32,
pub name_loc: pm_location_t,
pub value: *mut pm_node,
pub operator_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32ConstantWriteNode#name
name_loc: pm_location_tConstantWriteNode#name_loc
value: *mut pm_nodeConstantWriteNode#value
operator_loc: pm_location_tConstantWriteNode#operator_loc