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