Package org.hl7.fhir.r4.fhirpath
Class ExpressionNode
java.lang.Object
org.hl7.fhir.r4.fhirpath.ExpressionNode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck()
boolean
org.hl7.fhir.utilities.SourceLocation
getEnd()
getGroup()
getInner()
getKind()
getName()
org.hl7.fhir.utilities.SourceLocation
getOpEnd()
org.hl7.fhir.utilities.SourceLocation
org.hl7.fhir.utilities.SourceLocation
getStart()
getTypes()
boolean
int
void
setConstant
(Base constant) void
setEnd
(org.hl7.fhir.utilities.SourceLocation end) void
setFunction
(ExpressionNode.Function function) void
setGroup
(ExpressionNode group) void
setInner
(ExpressionNode value) void
setKind
(ExpressionNode.Kind kind) void
void
setOpEnd
(org.hl7.fhir.utilities.SourceLocation opEnd) void
setOperation
(ExpressionNode.Operation operation) void
setOpNext
(ExpressionNode value) void
setOpStart
(org.hl7.fhir.utilities.SourceLocation opStart) void
setOpTypes
(TypeDetails opTypes) void
setProximal
(boolean proximal) void
setStart
(org.hl7.fhir.utilities.SourceLocation start) void
setTypes
(TypeDetails types) summary()
toString()
-
Constructor Details
-
ExpressionNode
-
-
Method Details
-
toString
-
getName
-
setName
-
getConstant
-
setConstant
-
getFunction
-
setFunction
-
isProximal
-
setProximal
-
getOperation
-
setOperation
-
getInner
-
setInner
-
getOpNext
-
setOpNext
-
getParameters
-
checkName
-
getKind
-
setKind
-
getGroup
-
setGroup
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getOpStart
-
setOpStart
-
getOpEnd
-
setOpEnd
-
getUniqueId
-
parameterCount
-
Canonical
-
summary
-
check
-
getTypes
-
setTypes
-
getOpTypes
-
setOpTypes
-