The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when the ternary expression can not be applied to specified expressions More...
Public Member Functions | |
OverloadError (string methodName, Location loc) | |
Constructor 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 ternary expression can not be applied to specified expressions
Definition at line 24 of file OverloadError.cs.
ErrorManagement.OverloadError.OverloadError | ( | string | methodName, |
Location | loc | ||
) |
Constructor
methodName | The name of the method |
fileName | File name. |
line | Line number. |
column | Column number. |
Definition at line 34 of file OverloadError.cs.