コード例 #1
0
 public UseIsNotOperatorDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #2
0
 public UseImplicitLineContinuationDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #3
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new UseIsNotOperatorDaemonStageProcess(process, settings, file);
 }
コード例 #4
0
 public RemoveByValKeywordDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #5
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new UseImplicitLineContinuationDaemonStageProcess(process, settings, file));
 }
コード例 #6
0
 public RemoveByValKeywordDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #7
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new RemoveByValKeywordDaemonStageProcess(process, settings, file));
 }
コード例 #8
0
 public UseImplicitLineContinuationDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #9
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new RemoveByValKeywordDaemonStageProcess(process, settings, file);
 }
コード例 #10
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return new UseImplicitLineContinuationDaemonStageProcess(process, settings, file);
 }
コード例 #11
0
 public UseShortCircuitOperatorsDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #12
0
 public override IDaemonStageProcess CreateProcess(IDaemonProcess process, IContextBoundSettingsStore settings, DaemonProcessKind processKind, IVBFile file)
 {
     return(new UseShortCircuitOperatorsDaemonStageProcess(process, settings, file));
 }
コード例 #13
0
 public UseIsNotOperatorDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }
コード例 #14
0
 public UseShortCircuitOperatorsDaemonStageProcess(IDaemonProcess daemonProcess, IContextBoundSettingsStore settingsStore, IVBFile file)
     : base(daemonProcess, settingsStore, file)
 {
 }