class Prism::ConstantPathWriteNode
def operator_loc
::ABC = 123
The location of the `=` operator.
def operator_loc location = @operator_loc return location if location.is_a?(Location) @operator_loc = Location.new(source, location >> 32, location & 0xFFFFFFFF) end