The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
ErrorManagement.AssignmentError Class Reference

Represents a error produced when the attribute identifier is not defined. More...

Inheritance diagram for ErrorManagement.AssignmentError:
ErrorManagement.ErrorAdapter ErrorManagement.IError

Public Member Functions

 AssignmentError (string rightType, string leftType, Location loc)
 Constructor of UnknownMemberError 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...
 

Detailed Description

Represents a error produced when the attribute identifier is not defined.

Definition at line 22 of file AssignmentError.cs.

Constructor & Destructor Documentation

ErrorManagement.AssignmentError.AssignmentError ( string  rightType,
string  leftType,
Location  loc 
)

Constructor of UnknownMemberError

Parameters
leftTypeWriteType of the left part of the assignment.
rightTypeWriteType of the right part of the assignment.
fileNameFile name.
lineLine number.
columnColumn number.

Definition at line 34 of file AssignmentError.cs.


The documentation for this class was generated from the following file: