class YARP::CallOperatorWriteNode

def initialize(target, operator_loc, value, operator_id, location)

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