|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred while the source code is lexing. More...
Public Member Functions | |
| LexicalError (string description, Location loc) | |
| Constructor of LexicalError. More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Properties | |
| string | ErrorType [get] |
| Gets the error type More... | |
| string | Description [get] |
| Gets the error description More... | |
Properties inherited from ErrorManagement.IError | |
| string | ErrorType [get] |
| Gets the name for the error type. More... | |
| string | Description [get] |
| Gets the description for the error type. More... | |
Represents the error occurred while the source code is lexing.
Definition at line 23 of file LexicalError.cs.
| ErrorManagement.LexicalError.LexicalError | ( | string | description, |
| Location | loc | ||
| ) |
Constructor of LexicalError.
| fileName | File name. |
| line | Line number. |
| column | Column number. |
| description | Error description. |
Definition at line 63 of file LexicalError.cs.
| override bool ErrorManagement.LexicalError.Equals | ( | object | obj | ) |
Definition at line 73 of file LexicalError.cs.
| override int ErrorManagement.LexicalError.GetHashCode | ( | ) |
Definition at line 78 of file LexicalError.cs.
|
get |
Gets the error description
Definition at line 48 of file LexicalError.cs.
|
get |
Gets the error type
Definition at line 40 of file LexicalError.cs.