struct LSP::Protocol::MethodCallContextData

Defined in:

lsp/protocol/completion_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, location : String) #

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

[View source]

Instance Method Detail

def location : String #

[View source]
def location=(_location : String) #

[View source]
def method_completion_context : Bool #

[View source]
def method_completion_context=(_method_completion_context : Bool) #

[View source]
def path : String #

[View source]
def path=(_path : String) #

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

[View source]