Example #1
0
 { public TrashedClause(ClauseType_Bool t, bool v) : base("trashed", t, v)
   {
   }
Example #2
0
 { public StarredClause(ClauseType_Bool t, bool v) : base("starred", t, v)
   {
   }
Example #3
0
 { public SharedWithMeClause(ClauseType_Bool t, bool v) : base("sharedWithMe", t, v)
   {
   }