core.prefixoperatoratom
Home > @medplum/core > PrefixOperatorAtom
PrefixOperatorAtom class
Signature:
export declare abstract class PrefixOperatorAtom implements Atom
Implements: Atom
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(operator, child) | Constructs a new instance of the PrefixOperatorAtom class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
child | readonly | Atom | |
operator | readonly | string |
Methods
Method | Modifiers | Description |
---|---|---|
eval(context, input) | abstract | |
toString() |