class Liquid::For::ParseTreeVisitor

def children

def children
  (super + [@node.limit, @node.from, @node.collection_name]).compact
end