Uses of Interface
org.linuxforhealth.fhir.path.util.EvaluationResultTree.Node
- 
Packages that use EvaluationResultTree.Node Package Description org.linuxforhealth.fhir.path.util  - 
- 
Uses of EvaluationResultTree.Node in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return EvaluationResultTree.Node Modifier and Type Method Description EvaluationResultTree.NodeEvaluationResultTree.Node. getParent()Get the parent of this evaluation result tree node.EvaluationResultTree.NodeEvaluationResultTree. getRoot()Get the root node of this evaluation result tree.Methods in org.linuxforhealth.fhir.path.util that return types with arguments of type EvaluationResultTree.Node Modifier and Type Method Description java.util.List<EvaluationResultTree.Node>EvaluationResultTree.Node. getChildren()Get the children of this evaluation result tree node.java.util.List<EvaluationResultTree.Node>EvaluationResultTree. getLeaves()Get the leaves of this evaluation result tree.java.util.List<EvaluationResultTree.Node>EvaluationResultTree. getPathToRoot(EvaluationResultTree.Node node)Get the path from the given node to the root node of this evaluation result tree.Methods in org.linuxforhealth.fhir.path.util with parameters of type EvaluationResultTree.Node Modifier and Type Method Description java.util.List<EvaluationResultTree.Node>EvaluationResultTree. getPathToRoot(EvaluationResultTree.Node node)Get the path from the given node to the root node of this evaluation result tree.voidEvaluationResultTree.Visitor. visit(EvaluationResultTree.Node node)Visit the given evaluation result tree node. 
 -