Options
All
  • Public
  • Public/Protected
  • All
Menu

Basic services for BASIC manipulation.

Hierarchy

  • GBService
    • GBVMService

Index

Methods

Private addHearDialog

  • addHearDialog(min: any): void

convertGBASICToVBS

  • convertGBASICToVBS(code: string): string

executeBASIC

  • executeBASIC(filename: any, min: GBMinInstance, deployer: GBDeployer, mainName: string): Promise<void>

Private executeJS

  • executeJS(min: GBMinInstance, deployer: GBDeployer, parsedCode: string, mainName: string): void

Private getTextFromWord

  • getTextFromWord(folder: string, filename: string): Promise<string>

Private handleThisAndAwait

  • handleThisAndAwait(code: string): string

loadDialogPackage

  • loadDialogPackage(folder: string, min: GBMinInstance, core: IGBCoreService, deployer: GBDeployer): Promise<void>

Static callVM

  • callVM(text: string, min: GBMinInstance, step: GBDialogStep, deployer: GBDeployer): Promise<any>

Static getMethodNameFromVBSFilename

  • getMethodNameFromVBSFilename(filename: string): string

Generated using TypeDoc