class YARP::ConstantPathWriteNode

def initialize(target, operator_loc, value, location)

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