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