class Crystal::SyntaxException inherits Crystal::CodeError ¶ Included modules Crystal::ErrorFormat Class methods¶ .new(message, line_number, column_number, filename, size = nil) ¶ View source Methods¶ #append_to_s(io : IO, source) ¶ View source #color=(color) ¶ View source #column_number : Int32 ¶ View source #deepest_error_message : String? ¶ View source #filename : Crystal::VirtualFile | String | Nil ¶ View source #has_location? ¶ View source #line_number : Int32 ¶ View source #size : Int32? ¶ View source #to_json_single(json) ¶ View source #to_s_with_source(io : IO, source) ¶ View source