00001 00002 @interface CPCompoundPredicate : CPPredicate 00003 { 00004 CPCompoundPredicateType _type; 00005 CPArray _predicates; 00006 } 00007 @end