struct LSP::Protocol::Position

Defined in:

lsp/protocol/position.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : Int32, character : Int32) #

[View source]
def self.new(__temp_231 : JSON::PullParser) #

[View source]

Instance Method Detail

def character : Int32 #

[View source]
def character=(_character : Int32) #

[View source]
def line : Int32 #

[View source]
def line=(_line : Int32) #

[View source]
def to_json(json : JSON::Builder) #

[View source]