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