class Prism::LocalVariableOperatorWriteNode
def initialize(name_loc, operator_loc, value, name, operator, depth, location)
def initialize(name_loc, operator_loc, value, name, operator, depth, location) @name_loc = name_loc @operator_loc = operator_loc @value = value @name = name @operator = operator @depth = depth @location = location end