Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • VariablePool

Index

Properties

Methods

Properties

Private pool

pool: object

Type declaration

Methods

insert

lookup

  • Lookup a variable in the pool. Returns undefined if the variable does not exist.

    Parameters

    • name: string

      The name of the variable.

    Returns Variable<T>

    The variable if it is in the pool.

remove

  • remove(name: string): void
  • Removes the variable from the pool.

    Parameters

    • name: string

      The name of the variable.

    Returns void

Generated using TypeDoc