Options
All
  • Public
  • Public/Protected
  • All
Menu

Module IonSymbols

Index

Variables

Const ion_symbol_table

ion_symbol_table: "$ion_symbol_table" = "$ion_symbol_table"

Const ion_symbol_table_sid

ion_symbol_table_sid: 3 = 3

Functions

makeSymbolTable

  • Constructs a {LocalSymbolTable} from the given Ion {Reader}.

    Parameters

    • catalog: Catalog

      The catalog to resolve imported shared symbol tables from.

    • reader: Reader

      The Ion {Reader} over the local symbol table in its serialized form.

    • currentSymbolTable: LocalSymbolTable

      Current local symbol table for the reader.

    Returns LocalSymbolTable