The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when a member cannot be access due to its protection level. More...
Public Member Functions | |
ProtectionLevelError (string memberId, Location loc) | |
Constructor of ProtectionLevelError 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 a member cannot be access due to its protection level.
Definition at line 23 of file ProtectionLevelError.cs.
ErrorManagement.ProtectionLevelError.ProtectionLevelError | ( | string | memberId, |
Location | loc | ||
) |
Constructor of ProtectionLevelError
memberId | Member identifier. |
fileName | File name. |
line | Line number. |
column | Column number. |
Definition at line 33 of file ProtectionLevelError.cs.