Uses of Interface
org.ehrbase.aql.dto.LogicalOperatorSymbol
-
Packages that use LogicalOperatorSymbol Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.containment org.ehrbase.aql.dto.path.predicate org.ehrbase.aql.parser -
-
Uses of LogicalOperatorSymbol in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement LogicalOperatorSymbol Modifier and Type Class Description classConditionLogicalOperatorSymbol -
Uses of LogicalOperatorSymbol in org.ehrbase.aql.dto.containment
Classes in org.ehrbase.aql.dto.containment that implement LogicalOperatorSymbol Modifier and Type Class Description classContainmentLogicalOperatorSymbol -
Uses of LogicalOperatorSymbol in org.ehrbase.aql.dto.path.predicate
Classes in org.ehrbase.aql.dto.path.predicate that implement LogicalOperatorSymbol Modifier and Type Class Description classPredicateLogicalOperatorSymbol -
Uses of LogicalOperatorSymbol in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser with type parameters of type LogicalOperatorSymbol Modifier and Type Method Description static <S extends LogicalOperatorSymbol,T>
LogicalOperatorDto<S,T>AqlToDtoVisitor. buildLogicalOperator(List<Object> boolList, Function<S,LogicalOperatorDto<S,T>> creator)
-