class Prism::WhileNode
def initialize(flags, keyword_loc, closing_loc, predicate, statements, location)
def initialize(flags, keyword_loc, closing_loc, predicate, statements, location) @newline = false @flags = flags @keyword_loc = keyword_loc @closing_loc = closing_loc @predicate = predicate @statements = statements @location = location end