struct Scry::BuildFailure

Overview

Failure JSON output by Crystal compiler

Defined in:

scry/build_failure.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def build_lsp_diagnostic #

[View source]
def column : Int32 #

[View source]
def column=(_column : Int32) #

[View source]
def file : String #

[View source]
def file=(_file : String) #

[View source]
def line : Union(Int32, Nil) #

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

[View source]
def message : String #

[View source]
def message=(_message : String) #

[View source]
def size : Union(Int32, Nil) #

[View source]
def size=(_size : Union(Int32, Nil)) #

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

[View source]