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