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(Int32, Int32), end __arg0 : Tuple(Int32, Int32))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #contains?(line : Int, column : Int)
- #contains?(line : Int)
- #end : Position
- #filename : String
- #start : Position