class YARP::LocalVariableWriteNode

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

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