
Uses of Class
org.hl7.fhir.r5.fhirpath.FHIRPathEngine.ExecutionContext
Packages that use FHIRPathEngine.ExecutionContext
- 
Uses of FHIRPathEngine.ExecutionContext in org.hl7.fhir.r5.fhirpathMethods in org.hl7.fhir.r5.fhirpath that return FHIRPathEngine.ExecutionContextMethods in org.hl7.fhir.r5.fhirpath with parameters of type FHIRPathEngine.ExecutionContextModifier and TypeMethodDescriptionvoidFHIRPathEngine.IDebugTracer.traceExpression(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an expression node is evaluated during executionvoidFHIRPathEngine.IDebugTracer.traceOperationExpression(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an Operation expression node is evaluated during execution