Sha256: 0972ced1eb10b1d55985c326bd646324cdc496c2c544981ac093091ea9a7b4fe
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 Bytes
Contents
module Antlr4ruby # @abstract class CodePointCharStream include _CharStream def self.from_buffer: (CodePointBuffer, String)-> CodePointCharStream def self.from_string: (String, String) -> CodePointCharStream attr_reader data: Array[Integer] attr_reader name: String attr_accessor position: Integer attr_reader size: Integer def get_internal_storage: -> Object def initialize: (Array[Integer], String) -> void end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4ruby-0.1.0 | sig/antlr4ruby/code_point_char_stream.rbs |