class Prism::LocalVariableOperatorWriteNode
def initialize(source, node_id, location, flags, name_loc, binary_operator_loc, value, name, binary_operator, depth)
def initialize(source, node_id, location, flags, name_loc, binary_operator_loc, value, name, binary_operator, depth) @source = source @node_id = node_id @location = location @flags = flags @name_loc = name_loc @binary_operator_loc = binary_operator_loc @value = value @name = name @binary_operator = binary_operator @depth = depth end