class Liquid::Condition::ParseTreeVisitor

def children

def children
  [
    @node.left,
    @node.right,
    @node.child_condition,
    @node.attachment
  ].compact
end