Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Gateway

Handles the IO and provides data to the RPNCalculator

Hierarchy

  • Gateway

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

exitAliases

exitAliases: string[] = ['q', 'alias']

commands that will be handled as SIGINT

Private log

log: log = console.log

prefix

prefix: string = "Enter a rpn queue >: "

a previx before the user Input

Private rl

rl: ReadLine

Private rpn

Methods

Private fillRpn

  • fillRpn(data: string): void
  • Fills the rpn calculator by queue items

    Parameters

    • data: string

      rpn queue string from stdin

    Returns void

run

  • run(): void

Private startIO

  • startIO(): void

stop

  • stop(): void

Generated using TypeDoc