class YARP::WhileNode

def initialize(keyword_loc, predicate, statements, flags, location)

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

def initialize: (YARP::Location keyword_loc, YARP::CallNode predicate, YARP::StatementsNode statements, Integer flags, YARP::Location location) -> void

This signature was generated using 1 sample from 1 application.

def initialize: (keyword_loc: Location, predicate: Node, statements: Node?, flags: Integer, location: Location) -> void
def initialize(keyword_loc, predicate, statements, flags, location)
  @keyword_loc = keyword_loc
  @predicate = predicate
  @statements = statements
  @flags = flags
  @location = location
end