Exemplo n.º 1
0
 public Context()
 {
     Locks          = new LockCollection();
     Triggers       = new TriggerCollection();
     Subprograms    = new SubprogramCollection();
     LabelIndex     = 0;
     LastSourceName = "";
 }
Exemplo n.º 2
0
 public Context()
 {
     Locks = new LockCollection();
     Triggers = new TriggerCollection();
     Subprograms = new SubprogramCollection();
     LabelIndex = 0;
     InstructionId = 0;
 }
Exemplo n.º 3
0
 public Context()
 {
     Locks         = new LockCollection();
     Triggers      = new TriggerCollection();
     Subprograms   = new SubprogramCollection();
     LabelIndex    = 0;
     InstructionId = 0;
 }