The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Public Member Functions | |
InternalOperationInterfaceError (String operation, String element, Location location) | |
InternalOperationInterfaceError (String operation, Location location) | |
![]() | |
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... | |
Definition at line 20 of file InternalOperationInterfaceError.cs.
ErrorManagement.InternalOperationInterfaceError.InternalOperationInterfaceError | ( | String | operation, |
String | element, | ||
Location | location | ||
) |
Definition at line 23 of file InternalOperationInterfaceError.cs.
ErrorManagement.InternalOperationInterfaceError.InternalOperationInterfaceError | ( | String | operation, |
Location | location | ||
) |
Definition at line 32 of file InternalOperationInterfaceError.cs.