Skip to content

@yantrix/yantrix-parser v0.0.2Docs


Yantrix API / @yantrix/yantrix-parser / YantrixLexer

Class: YantrixLexer

Extends

  • JisonLexer

Implements

  • JisonLexerApi

Constructors

new YantrixLexer()

ts
new YantrixLexer(yy): YantrixLexer

Parameters

yy = {}

Returns

YantrixLexer

Overrides

JisonLexer.constructor

Methods

performAction()

ts
performAction(
   yy, 
   yy_, 
   $avoiding_name_collisions, 
   YY_START): any

Parameters

yy: any

yy_: any

$avoiding_name_collisions: any

YY_START: any

Returns

any

Implementation of

JisonLexerApi.performAction

Overrides

JisonLexer.performAction