abstract class LSP::NotificationMessage

Overview

A notification message. A processed notification message must not send a response back. They work like events.

Included Modules

Direct Known Subclasses

Defined in:

lsp/protocol/notification_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

abstract def execute(server : Server) #

[View source]
def method : String #

The method to be invoked.


[View source]
def method=(method : String) #

The method to be invoked.


[View source]