Sha256: dd5c6abefc18058e9182a1358eb7b7e73f224c0923605c5c0d86a54851ec1c2e
Contents?: true
Size: 442 Bytes
Versions: 28
Compression:
Stored size: 442 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/AbstractPredicateTransition.h" using namespace antlr4::atn; AbstractPredicateTransition::AbstractPredicateTransition(ATNState *target) : Transition(target) { } AbstractPredicateTransition::~AbstractPredicateTransition() { }
Version data entries
28 entries across 28 versions & 2 rubygems