Class: PrefixOperatorAtom
Implements
Constructors
constructor
• new PrefixOperatorAtom(operator
, child
)
Parameters
Name | Type |
---|---|
operator | string |
child | Atom |
Defined in
packages/core/src/fhirlexer/parse.ts:9
Properties
operator
• Readonly
operator: string
Defined in
packages/core/src/fhirlexer/parse.ts:9
child
• Readonly
child: Atom
Defined in
packages/core/src/fhirlexer/parse.ts:9
Methods
eval
▸ Abstract
eval(context
): TypedValue
[]
Parameters
Name | Type |
---|---|
context | TypedValue [] |
Returns
Implementation of
Defined in
packages/core/src/fhirlexer/parse.ts:11
toString
▸ toString(): string
Returns
string
Defined in
packages/core/src/fhirlexer/parse.ts:13