public UseIsNotOperatorDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
Esempio n. 2
0
 public UseImplicitLineContinuationDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new UseIsNotOperatorDaemonStageProcess(process, settings, file);
 }
 public RemoveByValKeywordDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
Esempio n. 5
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new UseImplicitLineContinuationDaemonStageProcess(process, settings, file));
 }
 public RemoveByValKeywordDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new RemoveByValKeywordDaemonStageProcess(process, settings, file));
 }
 public UseImplicitLineContinuationDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new RemoveByValKeywordDaemonStageProcess(process, settings, file);
 }
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new UseImplicitLineContinuationDaemonStageProcess(process, settings, file);
 }
 public UseShortCircuitOperatorsDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new UseShortCircuitOperatorsDaemonStageProcess(process, settings, file));
 }
Esempio n. 13
0
 public UseIsNotOperatorDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
 public UseShortCircuitOperatorsDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }