Searched defs:EMPTY_SEMANTIC_CONTEXT (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java65 public static final SemanticContext EMPTY_SEMANTIC_CONTEXT = new Predicate(Predicate.INVALID_PRED_VALUE); field in class:SemanticContext
614 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof TruePredicate);
623 if ( a==EMPTY_SEMANTIC_CONTEXT || a==null ) {
626 if ( b==EMPTY_SEMANTIC_CONTEXT || b==null ) {
650 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate);
655 if ( a==EMPTY_SEMANTIC_CONTEXT || a==null || a instanceof FalsePredicate ) {
659 if ( b==EMPTY_SEMANTIC_CONTEXT || b==null || b instanceof FalsePredicate ) {
710 if (a == EMPTY_SEMANTIC_CONTEXT || a == null || a instanceof FalsePredicate)
711 return new SemanticContext[] { EMPTY_SEMANTIC_CONTEXT, a, b };
712 if (b == EMPTY_SEMANTIC_CONTEXT ||
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 147 milliseconds