MessageInfo Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Contains information about a message generated by the compiler
public class MessageInfo
Inheritance
MessageInfo → object
Constructors
MessageInfo(MessageSeverity, string, Nullable<Lexical.CodePosition>) |
Fields
Message | Text description of the error |
Position | The source code position of the error |
Severity | The message severity - info, warning or error |
Overridden & Inherited
ToString() |