Searched refs:FalsePredicate (Results 1 – 2 of 2) sorted by relevance
276 public static class FalsePredicate extends Predicate { class in SemanticContext277 public FalsePredicate() { in FalsePredicate() method in SemanticContext.FalsePredicate620 if (a instanceof FalsePredicate || b instanceof FalsePredicate) in and()621 return new FalsePredicate(); in and()650 …Terms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate); in or()655 if ( a==EMPTY_SEMANTIC_CONTEXT || a==null || a instanceof FalsePredicate ) { in or()659 if ( b==EMPTY_SEMANTIC_CONTEXT || b==null || b instanceof FalsePredicate ) { in or()700 return new FalsePredicate(); in not()701 else if (a instanceof FalsePredicate) in not()710 if (a == EMPTY_SEMANTIC_CONTEXT || a == null || a instanceof FalsePredicate) in factorAnd()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...