Hierarchy

  • Environment

Constructors

Properties

enclosing: null | Environment
values: Map<string, BeerObject> = ...

Methods

  • Parameters

    • name: string

      variable name to reassign

    • value: BeerObject

      variable value to reassign

    Returns void

  • Parameters

    • name: string

      string value of the variable name

    • value: BeerObject

      value of the variable

    Returns void

Generated using TypeDoc