示例#1
0
 public ParsingMessage(string text, ParsingMessageKind kind, SourceLocation location)
 {
     this.Text = text;
     this.Kind = kind;
     this.Location = location;
 }
示例#2
0
 public ParsingMessage(string text, ParsingMessageKind kind, SourceLocation location)
 {
     this.Text     = text;
     this.Kind     = kind;
     this.Location = location;
 }