core.parser | Medplum
Parser class
Signature:
export declare class Parser
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(tokens, prefixParselets, infixParselets) | Constructs a new instance of the Parser class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| consume(expectedId, expectedValue) | ||
| consumeAndParse(precedence) | ||
| getInfixParselet(token) | ||
| getPrecedence() | ||
| hasMore() | ||
| match(expected) | ||
| peek() | ||
| removeComments() |