Sha256: 661b589329feb2bef06b9ac366ff2a69269989a9d408954e82af23de5384892e
Contents?: true
Size: 451 Bytes
Versions: 19
Compression:
Stored size: 451 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. */ #pragma once #include <cstddef> #include "antlr4-common.h" namespace antlr4 { namespace atn { enum class SemanticContextType : size_t { PREDICATE = 1, PRECEDENCE = 2, AND = 3, OR = 4, }; } // namespace atn } // namespace antlr4
Version data entries
19 entries across 19 versions & 3 rubygems