LanguageServer
[Source]
actor tag LanguageServer is
Notifier ref
Implements
Constructors
create
[Source]
new tag create(
channel': Channel tag,
env': Env val,
pony_path: String val = "")
: LanguageServer tag^
Parameters
Returns
Public Behaviours
handle_parse_error
[Source]
be handle_parse_error(
err: (InvalidJson val | NoContentLength val | InvalidContentLength val |
InvalidMessage val))
Parameters
handle_message
[Source]
be handle_message(
msg: Message val)
Parameters
dispose
[Source]
Public Functions
handle_request
[Source]
fun ref handle_request(
r: RequestMessage val)
: None val
Parameters
Returns
handle_notification
[Source]
fun ref handle_notification(
n: Notification val)
: None val
Parameters
Returns
handle_initialize
[Source]
fun ref handle_initialize(
msg: RequestMessage val)
: None val
Parameters
Returns
handle_initialized
[Source]
fun ref handle_initialized(
notification: Notification val)
: None val
Parameters
Returns