Esempio n. 1
0
 public Directive(string text, QUT.Gppg.LexLocation loc)
 {
     this.text = text;
     this.loc  = loc;
     dirs.Add(this);
 }
Esempio n. 2
0
 internal ErrorContext(int errorCode, QUT.Gppg.LexLocation lexLocation)
 {
     this.errorCode      = errorCode;
     Message             = GetMessage(errorCode);
     this.ParserLocation = new ParserLocation(lexLocation);
 }
Esempio n. 3
0
 public Directive(string text, QUT.Gppg.LexLocation loc)
 {
     this.text = text;
     this.loc = loc;
     dirs.Add(this);
 }