Uses of Class
org.linuxforhealth.fhir.database.utils.query.node.PredicateParser
-
Packages that use PredicateParser Package Description org.linuxforhealth.fhir.database.utils.query -
-
Uses of PredicateParser in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return PredicateParser Modifier and Type Method Description protected PredicateParser
BaseWhereAdapter. getPredicateParser()
Getter for the predicate parserPredicateParser
WhereClause. getPredicateParser()
Getter for the predicateParser owned by this WhereClauseConstructors in org.linuxforhealth.fhir.database.utils.query with parameters of type PredicateParser Constructor Description BaseWhereAdapter(PredicateParser pp)
Adopts an existing predicate parser
-