Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallbackController

字句解析・構文解析時に呼び出されるコールバックを管理するコントローラー いわゆるStrategyパターン

Hierarchy

  • CallbackController

Implemented by

Index

Properties

Methods

Properties

language

language: Language

Methods

callGrammar

  • callGrammar(id: number, children: Array<any>, lexer: ILexer): any

callLex

  • callLex(id: number, value: any, lexer: ILexer): any

init

  • init(): void

Generated using TypeDoc