class Prism::ArrayPatternNode

def initialize(source, node_id, location, flags, constant, requireds, rest, posts, opening_loc, closing_loc)

Initialize a new ArrayPatternNode node.
def initialize(source, node_id, location, flags, constant, requireds, rest, posts, opening_loc, closing_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @constant = constant
  @requireds = requireds
  @rest = rest
  @posts = posts
  @opening_loc = opening_loc
  @closing_loc = closing_loc
end