# finished # 已完成 module Antlr4ruby # @abstract class AbstractPredicateTransition < Transition def initialize(target) super(target) end end end