class SyntaxTree::SClass

def ===(other)

def ===(other)
  other.is_a?(SClass) && target === other.target &&
    bodystmt === other.bodystmt
end