class YARP::CallOperatorWriteNode

def initialize(target, operator_loc, value, operator_id, location)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (YARP::CallNode target, YARP::Location operator_loc, YARP::LocalVariableReadNode value, Symbol operator_id, YARP::Location location) -> void

This signature was generated using 2 samples from 1 application.

def initialize: (target: Node, operator_loc: Location, value: Node, operator_id: Symbol, location: Location) -> void
def initialize(target, operator_loc, value, operator_id, location)
  @target = target
  @operator_loc = operator_loc
  @value = value
  @operator_id = operator_id
  @location = location
end