class Prism::LocalVariableAndWriteNode

def initialize(source, node_id, location, flags, name_loc, operator_loc, value, name, depth)

Initialize a new LocalVariableAndWriteNode node.
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