Options
All
  • Public
  • Public/Protected
  • All
Menu

A shared symbol table import.

Import order in shared symbol tables is important, so each import also references a parent (previous) import (except for the implicit system symbol table import, which has no parent). Optionally, the number of symbols to import from a given symbol table may be specified as the "length" of the import.

see

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

Hierarchy

  • Import

Index

Constructors

constructor

Accessors

length

  • get length(): number

offset

  • get offset(): number

parent

symbolTable

Methods

getSymbolId

  • getSymbolId(symbolText: string): undefined | number

getSymbolText

  • getSymbolText(symbolId: number): undefined | string