class Prism::PostExecutionNode

def initialize(source, node_id, location, flags, statements, keyword_loc, opening_loc, closing_loc)

Initialize a new PostExecutionNode node.
def initialize(source, node_id, location, flags, statements, keyword_loc, opening_loc, closing_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @statements = statements
  @keyword_loc = keyword_loc
  @opening_loc = opening_loc
  @closing_loc = closing_loc
end