16 using System.Collections.Generic;
19 namespace ErrorManagement
37 aux.AppendFormat(
"The left-hand side of an assignment must be a variable, a writable property or a indexer (lvalue required).");
38 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.
System.Text.StringBuilder StringBuilder
LValueError(Location loc)
Constructor of LValueError
Represents an adapter of existing features in every error.
Represents a error produced when the expression is not a lvalue.