class Prism::ClassVariableAndWriteNode
def name_loc
@@target &&= value
Represents the location of the variable name.
def name_loc location = @name_loc return location if location.is_a?(Location) @name_loc = Location.new(source, location >> 32, location & 0xFFFFFFFF) end