public MaxMethodParametersWatcher(CodeWatcherContext context = null) : base(context) { }
public MethodReturnTypeWatcher(CodeWatcherContext context = null) : base(context) { }
public TextBasedWatcher(CodeWatcherContext context) : base(context) { }
public ExceptionHandlingWatcher(CodeWatcherContext context = null) : base(context) { }
public MaxConstructorParametersWatcher(CodeWatcherContext context = null) : base(context) { }
public PropertyNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context) { }
public FieldNamingFirstLetterWatcher(CodeWatcherContext context = null) : base(context) { }
protected AbstractWatcher(CodeWatcherContext context) { this.context = context; }