<?php

declare(strict_types=1);

namespace Antlr\Antlr4\Runtime\Atn\Transitions;

abstract class AbstractPredicateTransition extends Transition
{
}
