HomeSort by relevance Sort by last modified time
    Searched defs:EMPTY_SEMANTIC_CONTEXT (Results 1 - 5 of 5) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 65 public static final SemanticContext EMPTY_SEMANTIC_CONTEXT = new Predicate(Predicate.INVALID_PRED_VALUE);
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 || b == null || b instanceof FalsePredicate
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 86 milliseconds