예제 #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;
 }