Table of Contents

Class ErrorToken

Namespace
flx.SILQ.Errors
Assembly
flx.SILQ.dll
public record ErrorToken : IEquatable<ErrorToken>
Inheritance
ErrorToken
Implements
Inherited Members

Constructors

ErrorToken(string, int, int)

public ErrorToken(string Message, int Line, int Column)

Parameters

Message string
Line int
Column int

Properties

Column

public int Column { get; init; }

Property Value

int

Line

public int Line { get; init; }

Property Value

int

Message

public string Message { get; init; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.