Sha256: d53ac4c974fd736c213972656f3c521995b443f659d0e0931f4a9e71f4dd0b86
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 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/RuleStopState.h" using namespace antlr4::atn; size_t RuleStopState::getStateType() { return RULE_STOP; }
Version data entries
3 entries across 3 versions & 1 rubygems