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