class Prism::LocalVariableOrWriteNode
def initialize(source, node_id, location, flags, name_loc, operator_loc, value, name, depth)
def initialize(source, node_id, location, flags, name_loc, operator_loc, value, name, depth) @source = source @node_id = node_id @location = location @flags = flags @name_loc = name_loc @operator_loc = operator_loc @value = value @name = name @depth = depth end