class Prism::InstanceVariableWriteNode

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

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