Uses of Class
com.ibm.fhir.path.evaluator.FHIRPathEvaluator.EvaluationContext
-
Packages that use FHIRPathEvaluator.EvaluationContext Package Description com.ibm.fhir.path.evaluator com.ibm.fhir.path.function -
-
Uses of FHIRPathEvaluator.EvaluationContext in com.ibm.fhir.path.evaluator
Methods in com.ibm.fhir.path.evaluator that return FHIRPathEvaluator.EvaluationContext Modifier and Type Method Description FHIRPathEvaluator.EvaluationContextFHIRPathEvaluator. getEvaluationContext()Get the EvaluationContext associated with this FHIRPathEvaluatorMethods in com.ibm.fhir.path.evaluator with parameters of type FHIRPathEvaluator.EvaluationContext Modifier and Type Method Description Collection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr)Evaluate a FHIRPath expression using an existing evaluation contextCollection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, FHIRPathNode node)Evaluate a FHIRPath expression using an existing evaluation context against a FHIRPath nodeCollection<FHIRPathNode>FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, Collection<FHIRPathNode> initialContext)Evaluate a FHIRPathExpression using an existing EvaluationContext against a collection of FHIRPath nodes -
Uses of FHIRPathEvaluator.EvaluationContext in com.ibm.fhir.path.function
-