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