Save the operator_loc
location using the given saved source so that it can be retrieved later.
Represents the location of the call operator.
foo.bar ^ foo&.bar ^^
Save the message_loc
location using the given saved source so that it can be retrieved later.
Save the closing_loc
location using the given saved source so that it can be retrieved later.
When a call node has the attribute_write flag set, it means that the call is using the attribute write syntax. This is either a method call to []= or a method call to a method that ends with =. Either way, the = sign is present in the source.
Prism
returns the message_loc
without the = sign attached, because there can be any amount of space between the message and the = sign. However, sometimes you want the location of the full message including the inner space and the = sign. This method provides that.
Represents the location of the call operator.
foo.bar += value ^
Save the message_loc
location using the given saved source so that it can be retrieved later.
Represents the location of the binary operator.
foo.bar += value ^^
Represents the location of the call operator.
foo.bar ||= value ^
Save the message_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the message_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the delimiter_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the delimiter_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the closing_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.