Esempio n. 1
0
 public MaxMethodParametersWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Esempio n. 2
0
 public MethodReturnTypeWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Esempio n. 3
0
 public TextBasedWatcher(CodeWatcherContext context) : base(context)
 {
 }
 public ExceptionHandlingWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
 public MaxConstructorParametersWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Esempio n. 6
0
 public PropertyNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
 public FieldNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context)
 {
 }
Esempio n. 8
0
 protected AbstractWatcher(CodeWatcherContext context)
 {
     this.context = context;
 }