struct LSP::Protocol::Position
- LSP::Protocol::Position
- Struct
- Value
- Object
Defined in:
lsp/protocol/position.crConstructors
Instance Method Summary
- #character : Int32
- #character=(_character : Int32)
- #line : Int32
- #line=(_line : Int32)
- #to_json(json : JSON::Builder)