
Package ca.uhn.fhir.jpa.patch
Class ParsedFhirPath.FhirPathFunction
java.lang.Object
ca.uhn.fhir.jpa.patch.ParsedFhirPath.FhirPathNode
ca.uhn.fhir.jpa.patch.ParsedFhirPath.FhirPathFunction
- Enclosing class:
ParsedFhirPath
A fhirpath node that is actually a function
see http://hl7.org/fhirpath/N1/#literals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether or not this node contains a sub-fhir-pathboolean
isFilter()
Filters are any of the "end function" or index as defined by http://hl7.org/fhirpath/N1/#subsettingboolean
If this node is actually a function node, this will return true.void
setContainedExpression
(String theContainedExpression) Methods inherited from class ca.uhn.fhir.jpa.patch.ParsedFhirPath.FhirPathNode
getListIndex, getNext, getPrevious, getValue, hasListIndex, hasNext, hasPrevious, isNormalPathNode, isValueNode, setAsValueNode
-
Constructor Details
-
FhirPathFunction
-
-
Method Details
-
setContainedExpression
-
hasContainedExp
Whether or not this node contains a sub-fhir-path -
getContainedExp
-
isFunction
Description copied from class:ParsedFhirPath.FhirPathNode
If this node is actually a function node, this will return true.- Overrides:
isFunction
in classParsedFhirPath.FhirPathNode
-
isFilter
Description copied from class:ParsedFhirPath.FhirPathNode
Filters are any of the "end function" or index as defined by http://hl7.org/fhirpath/N1/#subsetting- Overrides:
isFilter
in classParsedFhirPath.FhirPathNode
-