|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred when a class has multiple base classes. More...
Public Member Functions | |
| MultipleBaseClassError (string id, Location loc) | |
| Constructor of MultipleBaseClassError More... | |
Public Member Functions inherited from ErrorManagement.ErrorAdapter | |
| ErrorAdapter (Location location) | |
| ErrorAdapter () | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Additional Inherited Members | |
Protected Attributes inherited from ErrorManagement.ErrorAdapter | |
| Location | location |
Properties inherited from ErrorManagement.ErrorAdapter | |
| 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... | |
Properties inherited from ErrorManagement.IError | |
| string | ErrorType [get] |
| Gets the name for the error type. More... | |
| string | Description [get] |
| Gets the description for the error type. More... | |
Represents the error occurred when a class has multiple base classes.
Definition at line 23 of file MultipleBaseClassError.cs.
| ErrorManagement.MultipleBaseClassError.MultipleBaseClassError | ( | string | id, |
| Location | loc | ||
| ) |
Constructor of MultipleBaseClassError
| fileName | File name. |
| line | Line number. |
| column | Column number. |
| id | Class name with multiple inheritance. |
Definition at line 34 of file MultipleBaseClassError.cs.