The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when the specified symbol does not exist. More...
Public Member Functions | |
SymbolNotFoundError (string id, Location loc) | |
Constructor of SymbolNotFoundError More... | |
![]() | |
ErrorAdapter (Location location) | |
ErrorAdapter () | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Additional Inherited Members | |
![]() | |
Location | location |
![]() | |
Location | Location [get] |
string | ErrorType [get] |
Gets the name for the error type. More... | |
string | Description [get, set] |
Gets the description for the error type. More... | |
![]() | |
string | ErrorType [get] |
Gets the name for the error type. More... | |
string | Description [get] |
Gets the description for the error type. More... | |
Represents a error produced when the specified symbol does not exist.
Definition at line 23 of file SymbolNotFoundError.cs.
ErrorManagement.SymbolNotFoundError.SymbolNotFoundError | ( | string | id, |
Location | loc | ||
) |
Constructor of SymbolNotFoundError
id | Idenfifier of symbol. |
fileName | File name. |
line | Line number. |
column | Column number. |
Definition at line 35 of file SymbolNotFoundError.cs.