Package org.hl7.fhir.r4.utils
Class FHIRPathEngine.ExpressionNodeWithOffset
- java.lang.Object
-
- org.hl7.fhir.r4.utils.FHIRPathEngine.ExpressionNodeWithOffset
-
- Enclosing class:
- FHIRPathEngine
public static class FHIRPathEngine.ExpressionNodeWithOffset extends Object
-
-
Constructor Summary
Constructors Constructor Description ExpressionNodeWithOffset(int offset, ExpressionNode node)
-
-
-
Constructor Detail
-
ExpressionNodeWithOffset
public ExpressionNodeWithOffset(int offset, ExpressionNode node)
-
-
Method Detail
-
getOffset
public int getOffset()
-
getNode
public ExpressionNode getNode()
-
-