Searched refs:FalsePredicate (Results 1 – 1 of 1) sorted by relevance
279 public static class FalsePredicate extends Predicate { class in SemanticContext280 public FalsePredicate() { in FalsePredicate() method in SemanticContext.FalsePredicate614 if (a instanceof FalsePredicate || b instanceof FalsePredicate) in and()615 return new FalsePredicate(); in and()628 if (a instanceof FalsePredicate || b instanceof FalsePredicate) in and()629 return new FalsePredicate(); in and()666 …Terms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate); in or()671 if ( a==EMPTY_SEMANTIC_CONTEXT || a==null || a instanceof FalsePredicate ) { in or()675 if ( b==EMPTY_SEMANTIC_CONTEXT || b==null || b instanceof FalsePredicate ) { in or()716 return new FalsePredicate(); in not()[all …]