|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents a error produced when the argument and parameter number is different. More...
Public Member Functions | |
| ArgumentNumberError (string id, int args, Location loc) | |
| Constructor of ArgumentNumberError 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 a error produced when the argument and parameter number is different.
Definition at line 25 of file ArgumentNumberError.cs.
| ErrorManagement.ArgumentNumberError.ArgumentNumberError | ( | string | id, |
| int | args, | ||
| Location | loc | ||
| ) |
Constructor of ArgumentNumberError
| id | Idenfifier of type. |
| args | Argument number. |
| fileName | File name. |
| line | Line number. |
| column | Column number. |
Definition at line 37 of file ArgumentNumberError.cs.