Sha256: 8d5ac239162e7b2661477baeb01ab56c1c2e323f00c6f833884e14620c55ee25
Contents?: true
Size: 376 Bytes
Versions: 3
Compression:
Stored size: 376 Bytes
Contents
module Lrama class Lexer class Location attr_reader first_line: Integer attr_reader first_column: Integer attr_reader last_line: Integer attr_reader last_column: Integer def initialize: (first_line: Integer, first_column: Integer, last_line: Integer, last_column: Integer) -> void def ==: (Location other) -> bool end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lrama-0.5.12 | sig/lrama/lexer/location.rbs |
lrama-0.5.11 | sig/lrama/lexer/location.rbs |
lrama-0.5.10 | sig/lrama/lexer/location.rbs |