
Package ca.uhn.fhir.jpa.patch
Class ParsedFhirPath.FhirPathNode
java.lang.Object
ca.uhn.fhir.jpa.patch.ParsedFhirPath.FhirPathNode
- Direct Known Subclasses:
ParsedFhirPath.FhirPathFunction
- Enclosing class:
ParsedFhirPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getNext()
getValue()
boolean
boolean
hasNext()
boolean
boolean
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.boolean
boolean
Returns true if this is a value node (ie, non-function, non-path node)void
setAsValueNode
(boolean theBool)
-
Constructor Details
-
FhirPathNode
-
-
Method Details
-
getValue
-
isValueNode
Returns true if this is a value node (ie, non-function, non-path node) -
setAsValueNode
-
hasListIndex
-
getListIndex
-
isFunction
If this node is actually a function node, this will return true. -
isFilter
Filters are any of the "end function" or index as defined by http://hl7.org/fhirpath/N1/#subsetting -
isNormalPathNode
-
getNext
-
getPrevious
-
hasPrevious
-
hasNext
-