Uses of Class
org.hl7.fhir.dstu2.model.ExpressionNode.TypeDetails
-
Packages that use ExpressionNode.TypeDetails Package Description org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of ExpressionNode.TypeDetails in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return ExpressionNode.TypeDetails Modifier and Type Method Description ExpressionNode.TypeDetailsExpressionNode. getOpTypes()ExpressionNode.TypeDetailsExpressionNode. getTypes()ExpressionNode.TypeDetailsExpressionNode.TypeDetails. toSingleton()ExpressionNode.TypeDetailsExpressionNode.TypeDetails. union(ExpressionNode.TypeDetails right)Methods in org.hl7.fhir.dstu2.model with parameters of type ExpressionNode.TypeDetails Modifier and Type Method Description voidExpressionNode. setOpTypes(ExpressionNode.TypeDetails opTypes)voidExpressionNode. setTypes(ExpressionNode.TypeDetails types)ExpressionNode.TypeDetailsExpressionNode.TypeDetails. union(ExpressionNode.TypeDetails right)voidExpressionNode.TypeDetails. update(ExpressionNode.TypeDetails source) -
Uses of ExpressionNode.TypeDetails in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ExpressionNode.TypeDetails Modifier and Type Method Description ExpressionNode.TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, String expr)ExpressionNode.TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, ExpressionNode expr)check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextExpressionNode.TypeDetailsFHIRPathEngine.IEvaluationContext. checkFunction(Object appContext, String functionName, List<ExpressionNode.TypeDetails> parameters)Check the function parameters, and throw an error if they are incorrect, or return the type for the functionMethod parameters in org.hl7.fhir.dstu2.utils with type arguments of type ExpressionNode.TypeDetails Modifier and Type Method Description ExpressionNode.TypeDetailsFHIRPathEngine.IEvaluationContext. checkFunction(Object appContext, String functionName, List<ExpressionNode.TypeDetails> parameters)Check the function parameters, and throw an error if they are incorrect, or return the type for the function
-