Options
All
  • Public
  • Public/Protected
  • All
Menu

A catalog holds available shared symbol tables and always includes the system symbol table.

see

https://amazon-ion.github.io/ion-docs/docs/symbols.html#the-catalog

Hierarchy

  • Catalog

Index

Constructors

Methods

Constructors

constructor

Methods

add

getTable

  • Retrieves the latest version of a symbol table by name.

    Parameters

    • name: string

    Returns null | SharedSymbolTable

    The symbol table or null if it does not exist in the {Catalog}.

getVersion

  • Returns a symbol table by name and version.

    Parameters

    • name: string
    • version: number

    Returns null | SharedSymbolTable

    The symbol table or null if it does not exist in the {Catalog}.