class Prism::LocalVariableOrWriteNode

def initialize(name_loc, operator_loc, value, name, depth, location)

def initialize: (Location name_loc, Location operator_loc, Node value, Symbol name, Integer depth, Location location) -> void
def initialize(name_loc, operator_loc, value, name, depth, location)
  @name_loc = name_loc
  @operator_loc = operator_loc
  @value = value
  @name = name
  @depth = depth
  @location = location
end