class SyntaxTree::ARefField

def ===(other)

def ===(other)
  other.is_a?(ARefField) && collection === other.collection &&
    index === other.index
end