pub type pm_instance_variable_operator_write_node_t = pm_instance_variable_operator_write_node;Expand description
InstanceVariableOperatorWriteNode
Represents assigning to an instance variable using an operator that isn’t =.
@target += value
^^^^^^^^^^^^^^^^Type: ::PM_INSTANCE_VARIABLE_OPERATOR_WRITE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_instance_variable_operator_write_node_t {
pub base: pm_node,
pub name: u32,
pub name_loc: pm_location_t,
pub binary_operator_loc: pm_location_t,
pub value: *mut pm_node,
pub binary_operator: u32,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32InstanceVariableOperatorWriteNode#name
name_loc: pm_location_tInstanceVariableOperatorWriteNode#name_loc
binary_operator_loc: pm_location_tInstanceVariableOperatorWriteNode#binary_operator_loc
value: *mut pm_nodeInstanceVariableOperatorWriteNode#value
binary_operator: u32InstanceVariableOperatorWriteNode#binary_operator