3 using SiliconStudio.Shaders.Ast;
5 namespace SiliconStudio.Shaders.Utility
12 #region Constants and Fields
36 #region Constructors and Destructors
62 #region Public Methods
67 return string.Format(
"{0}: {1} {2} : {3}", this.Span, this.Level.ToString().ToLower(), this.Code, this.Text);
string Text
Text of the message.
string Code
The error code.
ReportMessage(ReportMessageLevel level, string code, string text, SourceSpan span)
Initializes a new instance of the ReportMessage class.
ReportMessage()
Initializes a new instance of the ReportMessage class.
override string ToString()
SourceSpan Span
Span and location attached to this message.
ReportMessageLevel
Level of a ReportMessage.
ReportMessageLevel Level
Type of the message.