class YARP::PinnedVariableNode

def initialize(variable, operator_loc, location)

def initialize: (variable: Node, operator_loc: Location, location: Location) -> void
def initialize(variable, operator_loc, location)
  @variable = variable
  @operator_loc = operator_loc
  @location = location
end