Sha256: 767570439c9cc782ab9f6c6f18af4f1c117b6ec53e1178c377179da76062b8aa
Contents?: true
Size: 219 Bytes
Versions: 14
Compression:
Stored size: 219 Bytes
Contents
module Antlr4::Runtime class StarLoopbackState < ATNState def initialize super end def loop_entry_state transition(0).target end def state_type STAR_LOOP_BACK end end end
Version data entries
14 entries across 14 versions & 1 rubygems