Example #1
0
 public Context()
 {
     UserFunctions = new UserFunctionCollection();
     Triggers = new TriggerCollection();
     Subprograms = new SubprogramCollection();
     LabelIndex = 0;
     LastSourceName = "";
     MaxScopeIdSoFar = 0;
     NumCompilesSoFar = 0;
 }
Example #2
0
 public Context()
 {
     UserFunctions    = new UserFunctionCollection();
     Triggers         = new TriggerCollection();
     Subprograms      = new SubprogramCollection();
     LabelIndex       = 0;
     LastSourcePath   = GlobalPath.EMPTY;
     MaxScopeIdSoFar  = 0;
     NumCompilesSoFar = 0;
 }