Options
All
  • Public
  • Public/Protected
  • All
Menu

A local symbol table defines all the symbols which aren't included in the system symbol table or from a shared symbol table via an import.

Hierarchy

  • LocalSymbolTable

Index

Constructors

constructor

Accessors

import

maxId

  • get maxId(): number

symbols

  • get symbols(): (null | string)[]

Methods

addSymbol

  • addSymbol(symbol_: null | string): number

getSymbolId

  • getSymbolId(symbol_: string): number

getSymbolText

  • getSymbolText(symbolId: number): null | string

numberOfSymbols

  • numberOfSymbols(): number