Uses of Interface
org.ehrbase.aql.dto.containment.ContainmentExpresionDto
-
Packages that use ContainmentExpresionDto Package Description org.ehrbase.aql.binder org.ehrbase.aql.dto org.ehrbase.aql.dto.containment org.ehrbase.aql.parser -
-
Uses of ContainmentExpresionDto in org.ehrbase.aql.binder
Methods in org.ehrbase.aql.binder with parameters of type ContainmentExpresionDto Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<ContainmentExpression,Map<Integer,Containment>>ContainmentBinder. buildContainment(ContainmentExpresionDto dto) -
Uses of ContainmentExpresionDto in org.ehrbase.aql.dto
Methods in org.ehrbase.aql.dto that return ContainmentExpresionDto Modifier and Type Method Description ContainmentExpresionDtoAqlDto. getContains()Methods in org.ehrbase.aql.dto with parameters of type ContainmentExpresionDto Modifier and Type Method Description voidAqlDto. setContains(ContainmentExpresionDto contains) -
Uses of ContainmentExpresionDto in org.ehrbase.aql.dto.containment
Classes in org.ehrbase.aql.dto.containment that implement ContainmentExpresionDto Modifier and Type Class Description classContainmentDtoclassContainmentLogicalOperatorMethods in org.ehrbase.aql.dto.containment that return ContainmentExpresionDto Modifier and Type Method Description ContainmentExpresionDtoContainmentDto. getContains()Methods in org.ehrbase.aql.dto.containment that return types with arguments of type ContainmentExpresionDto Modifier and Type Method Description List<ContainmentExpresionDto>ContainmentLogicalOperator. getValues()Methods in org.ehrbase.aql.dto.containment with parameters of type ContainmentExpresionDto Modifier and Type Method Description voidContainmentDto. setContains(ContainmentExpresionDto contains)Method parameters in org.ehrbase.aql.dto.containment with type arguments of type ContainmentExpresionDto Modifier and Type Method Description voidContainmentLogicalOperator. setValues(List<ContainmentExpresionDto> values) -
Uses of ContainmentExpresionDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return ContainmentExpresionDto Modifier and Type Method Description ContainmentExpresionDtoAqlToDtoVisitor. visitContainExpressionBool(AqlParser.ContainExpressionBoolContext ctx)ContainmentExpresionDtoAqlToDtoVisitor. visitContainsExpression(AqlParser.ContainsExpressionContext ctx)
-