Package org.hl7.fhir.dstu3.fhirpath
Class ExpressionNode
java.lang.Object
org.hl7.fhir.dstu3.fhirpath.ExpressionNode
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck()
boolean
getEnd()
getGroup()
getInner()
getKind()
getName()
getOpEnd()
getStart()
getTypes()
boolean
int
void
setConstant
(String constant) void
void
setFunction
(ExpressionNode.Function function) void
setGroup
(ExpressionNode group) void
setInner
(ExpressionNode value) void
setKind
(ExpressionNode.Kind kind) void
void
void
setOperation
(ExpressionNode.Operation operation) void
setOpNext
(ExpressionNode value) void
setOpStart
(ExpressionNode.SourceLocation opStart) void
setOpTypes
(TypeDetails opTypes) void
setProximal
(boolean proximal) void
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
-