Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::LSP::Diagnostic Struct Reference

#include <LSP.hpp>

Public Attributes

std::string message
size_t startLine
size_t startColumn
size_t endLine
size_t endColumn

Detailed Description

Definition at line 17 of file LSP.hpp.

Member Data Documentation

◆ endColumn

size_t Phasor::LSP::Diagnostic::endColumn

Definition at line 23 of file LSP.hpp.

◆ endLine

size_t Phasor::LSP::Diagnostic::endLine

Definition at line 22 of file LSP.hpp.

◆ message

std::string Phasor::LSP::Diagnostic::message

Definition at line 19 of file LSP.hpp.

◆ startColumn

size_t Phasor::LSP::Diagnostic::startColumn

Definition at line 21 of file LSP.hpp.

◆ startLine

size_t Phasor::LSP::Diagnostic::startLine

Definition at line 20 of file LSP.hpp.


The documentation for this struct was generated from the following file: