The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when a MethodType has class information and tries to assign other class information. More...
Public Member Functions | |
CodeGenerationError (string str) | |
Constructor of ClassTypeInfoError 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 MethodType has class information and tries to assign other class information.
Definition at line 24 of file CodeGenerationError.cs.
ErrorManagement.CodeGenerationError.CodeGenerationError | ( | string | str | ) |
Constructor of ClassTypeInfoError
type1 | |
type2 |
Definition at line 32 of file CodeGenerationError.cs.