Represents the use of the ^ operator for pinning a variable in a pattern matching expression.

foo in ^bar
       ^^^^
Attributes
Read

The variable used in the pinned expression

foo in ^bar
        ^^^
Class Methods

Initialize a new PinnedVariableNode node.

Return a symbol representation of this node type. See Node::type.

Instance Methods

Implements case-equality for the node. This is effectively == but without comparing the value of locations. Locations are checked only for presence.

def accept: (Visitor visitor) -> void

def child_nodes: () -> Array

def comment_targets: () -> Array[Node | Location]

def inspect -> String

def operator: () -> String

The location of the ^ operator

foo in ^bar
       ^

Save the operator_loc location using the given saved source so that it can be retrieved later.

Return a symbol representation of this node type. See Node#type.