Beispiel #1
0
 public Looker(Scope scope, Cci.ErrorHandler errorHandler, TrivialHashtable scopeFor, TrivialHashtable ambiguousTypes, TrivialHashtable referencedLabels)
     : base(scope, errorHandler, scopeFor, new TypeSystem(new ErrorHandler(errorHandler.Errors)), ambiguousTypes, referencedLabels)
 {
     this.alreadyReported[StandardIds.Var.UniqueIdKey] = true;
 }
Beispiel #2
0
 internal Declarer(Cci.ErrorHandler errorHandler)
     : base(errorHandler)
 {
 }
Beispiel #3
0
 public Looker(Scope scope, Cci.ErrorHandler errorHandler, TrivialHashtable scopeFor)
     : this(scope, errorHandler, scopeFor, null, null)
 {
     this.alreadyReported[StandardIds.Var.UniqueIdKey] = true;
 }