Home
last modified time | relevance | path

Searched refs:FalsePredicate (Results 1 – 1 of 1) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java279 public static class FalsePredicate extends Predicate { class in SemanticContext
280 public FalsePredicate() { in FalsePredicate() method in SemanticContext.FalsePredicate
614 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 …]