
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 TypeMethodDescriptionintgetNext()getValue()booleanbooleanhasNext()booleanbooleanisFilter()Filters are any of the "end function" or index as defined by http://hl7.org/fhirpath/N1/#subsettingbooleanIf this node is actually a function node, this will return true.booleanbooleanReturns true if this is a value node (ie, non-function, non-path node)voidsetAsValueNode(boolean theBool) toString()
-
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
-
toString
-