Package org.linuxforhealth.fhir.path.util
-
Interface Summary Interface Description EvaluationResultTree.Node An interface that represents a node in the evaluation result treeEvaluationResultTree.Visitor A visitor interface used to visit nodes in an evaluation result tree -
Class Summary Class Description AddingVisitor<T extends Visitable> DeletingVisitor<T extends Visitable> DiagnosticsEvaluationListener AnFHIRPathEvaluator.EvaluationListener
that produces diagnostics from anEvaluationResultTree
EvaluationResultTree A tree of nodes used to store evaluation results for each parser rule context visited by the evaluatorEvaluationResultTree.BuildingEvaluationListener An implementation of EvaluationListener that builds an EvaluationResultTreeFHIRPathUtil FHIRPathUtil.UnorderedCollection InsertingVisitor<T extends Visitable> MovingVisitor<T extends Visitable> PrintingVisitor ReplacingVisitor<T extends Visitable>