Sha256: de9068eed601008401a24bf192f7b614a861d5ac6c3b9ad1be1a0859641b47cc
Contents?: true
Size: 456 Bytes
Versions: 3
Compression:
Stored size: 456 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
3 entries across 3 versions & 1 rubygems