Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InterpreterSettings

Implements

Index

Constructors

constructor

  • Parameters

    • maxScopeDepth: number

    Returns InterpreterSettings

Properties

Readonly maxScopeDepth

maxScopeDepth: number

Methods

Protected canEqual

  • canEqual(that: unknown): boolean
  • Parameters

    • that: unknown

    Returns boolean

Protected copy

  • Parameters

    • maxScopeDepth: number

    Returns InterpreterSettings

debug

  • debug(output: Output<unknown>): void
  • Parameters

    Returns void

equals

  • equals(that: unknown): boolean
  • Parameters

    • that: unknown

    Returns boolean

hashCode

  • hashCode(): number
  • Returns number

toString

  • toString(): string
  • Returns string

withMaxScopeDepth

  • Parameters

    • maxScopeDepth: number

    Returns InterpreterSettings

Static standard

  • Returns InterpreterSettings

Generated using TypeDoc