The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when the attribute identifier is not defined. More...
Public Member Functions | |
AssignmentError (string rightType, string leftType, Location loc) | |
Constructor of UnknownMemberError 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 attribute identifier is not defined.
Definition at line 22 of file AssignmentError.cs.
ErrorManagement.AssignmentError.AssignmentError | ( | string | rightType, |
string | leftType, | ||
Location | loc | ||
) |
Constructor of UnknownMemberError
leftType | WriteType of the left part of the assignment. |
rightType | WriteType of the right part of the assignment. |
fileName | File name. |
line | Line number. |
column | Column number. |
Definition at line 34 of file AssignmentError.cs.