struct Mint::Ast::Node::Location
- Mint::Ast::Node::Location
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ast/node.crConstructors
- .new(filename : String, start : Tuple(Int64, Int64), end __arg0 : Tuple(Int64, Int64))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #contains?(line : Int64, column : Int64)
- #contains?(line : Int64)
- #end : Position
- #filename : String
- #start : Position