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