struct
Mint::Error::SnippetData
- Mint::Error::SnippetData
- Struct
- Value
- Object
Defined in:
errorable.crConstructors
Instance Method Summary
- #clone
- #copy_with(location _location = @location, filename _filename = @filename, input _input = @input, path _path = @path, from _from = @from, to _to = @to)
- #filename : String
- #from : Int64
- #input : String
- #location : Tuple(Parser::Location, Parser::Location)
- #path : String
- #to : Int64
Constructor Detail
def self.new(location : Tuple(Parser::Location, Parser::Location), filename : String, input : String, path : String, from : Int64, to : Int64)
#
Instance Method Detail
def copy_with(location _location = @location, filename _filename = @filename, input _input = @input, path _path = @path, from _from = @from, to _to = @to)
#