The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents an adapter of existing features in every error. More...
Public Member Functions | |
ErrorAdapter (Location location) | |
ErrorAdapter () | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Protected Attributes | |
Location | location |
Properties | |
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 an adapter of existing features in every error.
Definition at line 23 of file ErrorAdapter.cs.
ErrorManagement.ErrorAdapter.ErrorAdapter | ( | Location | location | ) |
Definition at line 60 of file ErrorAdapter.cs.
ErrorManagement.ErrorAdapter.ErrorAdapter | ( | ) |
Definition at line 63 of file ErrorAdapter.cs.
override bool ErrorManagement.ErrorAdapter.Equals | ( | object | obj | ) |
Definition at line 68 of file ErrorAdapter.cs.
override int ErrorManagement.ErrorAdapter.GetHashCode | ( | ) |
Definition at line 74 of file ErrorAdapter.cs.
|
protected |
Location: Encapsulates in one object the line, column and filename
Definition at line 29 of file ErrorAdapter.cs.
|
getset |
Gets the description for the error type.
Definition at line 52 of file ErrorAdapter.cs.
|
get |
Gets the name for the error type.
Definition at line 45 of file ErrorAdapter.cs.
|
get |
Definition at line 38 of file ErrorAdapter.cs.