コード例 #1
0
ファイル: ParsingMessage.cs プロジェクト: ashmind/light
 public ParsingMessage(string text, ParsingMessageKind kind, SourceLocation location)
 {
     this.Text = text;
     this.Kind = kind;
     this.Location = location;
 }
コード例 #2
0
ファイル: ParsingMessage.cs プロジェクト: ashmind/light
 public ParsingMessage(string text, ParsingMessageKind kind, SourceLocation location)
 {
     this.Text     = text;
     this.Kind     = kind;
     this.Location = location;
 }