예제 #1
0
파일: Context.cs 프로젝트: Whitecaribou/KOS
 public Context()
 {
     UserFunctions = new UserFunctionCollection();
     Triggers = new TriggerCollection();
     Subprograms = new SubprogramCollection();
     LabelIndex = 0;
     LastSourceName = "";
     MaxScopeIdSoFar = 0;
     NumCompilesSoFar = 0;
 }
예제 #2
0
 public Context()
 {
     UserFunctions    = new UserFunctionCollection();
     Triggers         = new TriggerCollection();
     Subprograms      = new SubprogramCollection();
     LabelIndex       = 0;
     LastSourcePath   = GlobalPath.EMPTY;
     MaxScopeIdSoFar  = 0;
     NumCompilesSoFar = 0;
 }