Sha256: edb2f3047acdf8d934c8a95d66cd277e289660025cf404487e40fdabecc2a566
Contents?: true
Size: 350 Bytes
Versions: 47
Compression:
Stored size: 350 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 "IntStream.h" using namespace antlr4; const std::string IntStream::UNKNOWN_SOURCE_NAME = "<unknown>"; IntStream::~IntStream() = default;
Version data entries
47 entries across 47 versions & 4 rubygems