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

Represents the error occurred when the assembler is not capable of assembling an IL file. More...

Inheritance diagram for ErrorManagement.AssemblerError:
ErrorManagement.IError

Public Member Functions

 AssemblerError (string ilFileName)
 Constructor More...
 

Properties

string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 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 the error occurred when the assembler is not capable of assembling an IL file.

Definition at line 24 of file AssemblerError.cs.

Constructor & Destructor Documentation

ErrorManagement.AssemblerError.AssemblerError ( string  ilFileName)

Constructor

Parameters
ilFileNameName of the input file.

Definition at line 46 of file AssemblerError.cs.

Property Documentation

string ErrorManagement.AssemblerError.Description
get

Gets the description for the error type.

Definition at line 39 of file AssemblerError.cs.

string ErrorManagement.AssemblerError.ErrorType
get

Gets the name for the error type.

Definition at line 34 of file AssemblerError.cs.


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