pm_instance_variable_or_write_node_t

Type Alias pm_instance_variable_or_write_node_t 

Source
pub type pm_instance_variable_or_write_node_t = pm_instance_variable_or_write_node;
Expand description

InstanceVariableOrWriteNode

Represents the use of the ||= operator for assignment to an instance variable.

 @target ||= value
 ^^^^^^^^^^^^^^^^^

Type: ::PM_INSTANCE_VARIABLE_OR_WRITE_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_instance_variable_or_write_node_t { pub base: pm_node, pub name: u32, pub name_loc: pm_location_t, pub operator_loc: pm_location_t, pub value: *mut pm_node, }

Fields§

§base: pm_node

The embedded base node.

§name: u32

InstanceVariableOrWriteNode#name

§name_loc: pm_location_t

InstanceVariableOrWriteNode#name_loc

§operator_loc: pm_location_t

InstanceVariableOrWriteNode#operator_loc

§value: *mut pm_node

InstanceVariableOrWriteNode#value