Enhanced C#
Language of your choice: library documentation
|
This interface allows an object to declare its "location". It is used by MessageSink.LocationString, which helps convert the "context" of a message into a string. More...
This interface allows an object to declare its "location". It is used by MessageSink.LocationString, which helps convert the "context" of a message into a string.
For example, Loyc.Syntax.LNode implements this interface so that when a compiler error refers to a source code construct, the error message contains the location of that source code rather than the code itself.
Properties | |
object | Location [get] |