class YARP::ConstantWriteNode

def initialize(name_loc, value, operator_loc, location)

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