Sha256: e633a598c34cd6f9a71908b7a61311a9a45cd9e45e27e97d58c3ef43b3d7d3ff
Contents?: true
Size: 340 Bytes
Versions: 28
Compression:
Stored size: 340 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 "atn/BasicBlockStartState.h" using namespace antlr4::atn; size_t BasicBlockStartState::getStateType() { return BLOCK_START; }
Version data entries
28 entries across 28 versions & 2 rubygems