16 using System.Collections.Generic;
19 namespace ErrorManagement {
36 aux.AppendFormat(
"The this word cannot be used in the '{0}' static method. " , staticMethod);
37 this.Description = aux.ToString();
This class encapsulates a location in a specific file. Implements an Inmutable pattern. So it can be used in any context, that is his internal fields never change.
Represents a error produced when the this reserved word is used in a static method ...
System.Text.StringBuilder StringBuilder
ThisWordFromStaticMethodError(string staticMethod, Location loc)
Constructor
Represents an adapter of existing features in every error.