Sha256: 71e9222f44f94d595eab07f0ea3f01f97cf10e0a707465cb4db4f88025e13574
Contents?: true
Size: 349 Bytes
Versions: 19
Compression:
Stored size: 349 Bytes
Contents
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" using namespace antlr4::tree; bool ParseTree::operator == (const ParseTree &other) const { return &other == this; }
Version data entries
19 entries across 19 versions & 3 rubygems