Sha256: 10ac3879102a3d7e3e7e0c3736ca258f604e383fb527008077f281dceafdc29f
Contents?: true
Size: 206 Bytes
Versions: 14
Compression:
Stored size: 206 Bytes
Contents
module Antlr4::Runtime class BlockEndState < ATNState attr_accessor :start_state def initialize super @start_state = nil end def state_type BLOCK_END end end end
Version data entries
14 entries across 14 versions & 1 rubygems