OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FalsePredicate
(Results
1 - 2
of
2
) sorted by null
/external/antlr/tool/src/main/java/org/antlr/analysis/
SemanticContext.java
279
public static class
FalsePredicate
extends Predicate {
280
public
FalsePredicate
() {
614
if (a instanceof
FalsePredicate
|| b instanceof
FalsePredicate
)
615
return new
FalsePredicate
();
628
if (a instanceof
FalsePredicate
|| b instanceof
FalsePredicate
)
629
return new
FalsePredicate
();
666
boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof
FalsePredicate
);
671
if ( a==EMPTY_SEMANTIC_CONTEXT || a==null || a instanceof
FalsePredicate
) {
[
all
...]
/external/guice/extensions/persist/lib/
commons-collections.jar
Completed in 952 milliseconds